Merge pull request #5404 from AlphaWong/patch-1
update the helm v3 install way
This commit is contained in:
commit
9aa0eb7114
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ To install the chart with the release name `ingress-nginx`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
||||||
helm install ingress-nginx
|
helm install my-release-name ingress-nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using [Helm 2](https://v2.helm.sh/) then specify release name using `--name` flag
|
If you are using [Helm 2](https://v2.helm.sh/) then specify release name using `--name` flag
|
||||||
|
|
Loading…
Reference in a new issue