fix egressgateway install. (#7674)

This commit is contained in:
Morven Cao 2020-07-07 22:44:05 +08:00 committed by GitHub
parent 52f580b80f
commit 831950b1c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ controlled way.
{{< text bash >}}
$ istioctl install --set values.global.istioNamespace=istio-system \
--set values.gateways.istio-ingressgateway.enabled=false \
--set values.gateways.istio-egressgateway.enabled=true
{{< /text >}}