From da036b7bd9c06a938bce017004a5079c032f327b Mon Sep 17 00:00:00 2001 From: David Pendray Date: Tue, 10 Jul 2018 01:57:46 +0100 Subject: [PATCH] Update index.md Correct chart name --- docs/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 3975c81aa..66cbb0f37 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -158,7 +158,7 @@ kubectl exec -it $POD_NAME -n $POD_NAMESPACE -- /nginx-ingress-controller --vers ## Using Helm -NGINX Ingress controller can be installed via [Helm](https://helm.sh/) using the chart [stable/nginx](https://github.com/kubernetes/charts/tree/master/stable/nginx-ingress) from the official charts repository. +NGINX Ingress controller can be installed via [Helm](https://helm.sh/) using the chart [stable/nginx-ingress](https://github.com/kubernetes/charts/tree/master/stable/nginx-ingress) from the official charts repository. To install the chart with the release name `my-nginx`: ```console