From 8f6f686bbe1d75720ef581451979a8afb0afd7c5 Mon Sep 17 00:00:00 2001 From: Bobby DeSimone Date: Sun, 16 Feb 2020 09:58:24 -0800 Subject: [PATCH] docs: fix tpos in dashboard recipe (#504) Signed-off-by: Bobby DeSimone --- docs/recipes/kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recipes/kubernetes.md b/docs/recipes/kubernetes.md index b5e12969d..cac8f60f8 100644 --- a/docs/recipes/kubernetes.md +++ b/docs/recipes/kubernetes.md @@ -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