Fix helm repo update command
This commit is contained in:
parent
8bba70b3b5
commit
0a43ba34b8
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue