docs: fix tpos in dashboard recipe (#504)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2020-02-16 09:58:24 -08:00 committed by GitHub
parent 8c7fdf4b80
commit 8f6f686bbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ curl -L https://git.io/get_helm.sh | bash
Add the default repository
```bash
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add pomerium https://helm.pomerium.io
```
## NGINX Ingress
@ -82,7 +82,7 @@ Also, please note that while this guide uses [NGINX Ingress Controller], Pomeriu
NGINX Ingress controller can be installed via [Helm] from the official charts repository. To install the chart with the release name `helm-nginx-ingress`:
```bash
install helm-nginx-ingress stable/nginx-ingress
helm install helm-nginx-ingress stable/nginx-ingress
```
```bash