diff options
Diffstat (limited to 'f3s/example-apache/helm-chart')
| -rw-r--r-- | f3s/example-apache/helm-chart/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/example-apache/helm-chart/README.md b/f3s/example-apache/helm-chart/README.md index 8024446..4eb16d4 100644 --- a/f3s/example-apache/helm-chart/README.md +++ b/f3s/example-apache/helm-chart/README.md @@ -7,5 +7,5 @@ This chart deploys a simple Apache web server. To install the chart with the release name `my-release`, run the following command: ```bash -helm install example-apache . -``` +helm install example-apache . --namespace test --create-namespace +```
\ No newline at end of file |
