From 743e5c9eb5391292867f035619553acd1d1568ba Mon Sep 17 00:00:00 2001 From: Nishant Singh Date: Thu, 8 Aug 2024 13:37:12 +0530 Subject: [PATCH] Update index.md --- content/en/docs/setup/install/helm/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/install/helm/index.md b/content/en/docs/setup/install/helm/index.md index af644d1b643ad..a12eecd45b96a 100644 --- a/content/en/docs/setup/install/helm/index.md +++ b/content/en/docs/setup/install/helm/index.md @@ -127,7 +127,7 @@ You can display the default values of configuration parameters using the `helm s {{< text syntax=bash snip_id=install_ingressgateway >}} $ kubectl create namespace istio-ingress - $ helm install istio-ingress istio/gateway -n istio-ingress --wait + $ helm install istio-ingressgateway istio/gateway -n istio-ingress --wait {{< /text >}} See [Installing Gateways](/docs/setup/additional-setup/gateway/) for in-depth documentation on gateway installation.