Skip to content

Commit def3c97

Browse files
tarokkkahma
andauthored
fix helm3 deplyoment guide (#371)
Co-authored-by: Ferenc HERNADI <[email protected]>
1 parent a4cdf9a commit def3c97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/deploy/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ Complete the following steps to deploy the Logging operator using Helm. Alternat
6060
```
6161
- Helm v3
6262
```bash
63-
helm install --namespace logging --name logging banzaicloud-stable/logging-operator --set createCustomResource=false
63+
kubectl create ns logging
64+
helm install --namespace logging logging banzaicloud-stable/logging-operator --set createCustomResource=false
6465
```
6566
> You can install the `logging` resource with built-in TLS generation using a [Helm chart](/charts/logging-operator-logging).
6667

0 commit comments

Comments
 (0)