From 8904d9573893fbce1a18e104ec57d61382a12e4b Mon Sep 17 00:00:00 2001 From: Joey Lee Date: Wed, 29 Apr 2020 20:38:26 +1000 Subject: [PATCH] Update helm v2 installation instructions --- docs/deploy/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index e93208ad5..50c3b4443 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -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: