We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e9284 commit c403d86Copy full SHA for c403d86
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
127
128
{{< text syntax=bash snip_id=install_ingressgateway >}}
129
$ kubectl create namespace istio-ingress
130
- $ helm install istio-ingress istio/gateway -n istio-ingress --wait
+ $ helm install istio-ingressgateway istio/gateway -n istio-ingress --wait
131
{{< /text >}}
132
133
See [Installing Gateways](/docs/setup/additional-setup/gateway/) for in-depth documentation on gateway installation.
0 commit comments