We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cdf9a commit def3c97Copy full SHA for def3c97
docs/deploy/README.md
@@ -60,7 +60,8 @@ Complete the following steps to deploy the Logging operator using Helm. Alternat
60
```
61
- Helm v3
62
```bash
63
- helm install --namespace logging --name logging banzaicloud-stable/logging-operator --set createCustomResource=false
+ kubectl create ns logging
64
+ helm install --namespace logging logging banzaicloud-stable/logging-operator --set createCustomResource=false
65
66
> You can install the `logging` resource with built-in TLS generation using a [Helm chart](/charts/logging-operator-logging).
67
0 commit comments