diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index d4d9bfd3c..37b0ca1fb 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -14,7 +14,7 @@ This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kuber ```console helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx -helm update +helm repo update ``` ## Install Chart diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 299932840..0aced86a0 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -198,7 +198,7 @@ To install the chart with the release name `ingress-nginx`: ```console helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx -helm update +helm repo update helm install my-release ingress-nginx/ingress-nginx ```