Skip to content

Commit

Permalink
fix helm3 deplyoment guide (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: Ferenc HERNADI <[email protected]>
  • Loading branch information
tarokkk and ahma authored Feb 20, 2020
1 parent a4cdf9a commit def3c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ Complete the following steps to deploy the Logging operator using Helm. Alternat
```
- Helm v3
```bash
helm install --namespace logging --name logging banzaicloud-stable/logging-operator --set createCustomResource=false
kubectl create ns logging
helm install --namespace logging logging banzaicloud-stable/logging-operator --set createCustomResource=false
```
> You can install the `logging` resource with built-in TLS generation using a [Helm chart](/charts/logging-operator-logging).

Expand Down

0 comments on commit def3c97

Please sign in to comment.