Merge pull request #5465 from yeoji/docs/update-helm-2-install

Update helm v2 installation instructions
This commit is contained in:
Kubernetes Prow Robot 2020-04-29 06:12:24 -07:00 committed by GitHub
commit 78200f8d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,8 +181,8 @@ helm install my-release ingress-nginx/ingress-nginx
If you are using [Helm 2](https://v2.helm.sh/) then specify release name using `--name` flag
```console
helm repo add https://kubernetes.github.io/ingress-nginx/
helm install --name ingress-nginx
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx/
helm install --name ingress-nginx ingress-nginx/ingress-nginx
```
## Detect installed version: