From 0963a459220e08be1d0ec956d4ef908441958649 Mon Sep 17 00:00:00 2001 From: Jun Gu <32951570+gujun4990@users.noreply.github.com> Date: Fri, 8 Oct 2021 20:44:59 +0800 Subject: [PATCH] docs: Remove extra symbol (#7765) Signed-off-by: jun.gu --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ddd7f8884..cc3d2cb58 100644 --- a/docs/index.md +++ b/docs/index.md @@ -178,7 +178,7 @@ Bear in mind that, if your `Ingress-Nginx-Controller-nginx2` is started with the - Ensure you have helm working (refer to helm documentation) - We have to assume that you have the helm repo for the ingress-NGINX controller already added to your helm config. But, if you have not added the helm repo then you can do this to add the repo to your helm config; ``` - helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx` + helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx ``` - Make sure you have updated the helm repo data; ```