Fix helm repo update command

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-11-26 09:44:21 -03:00
parent 8bba70b3b5
commit 0a43ba34b8
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kuber
```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 update helm repo update
``` ```
## Install Chart ## Install Chart

View file

@ -198,7 +198,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 update helm repo update
helm install my-release ingress-nginx/ingress-nginx helm install my-release ingress-nginx/ingress-nginx
``` ```