Update index.md (#3793)

This commit is contained in:
Eric Chen 2019-03-19 23:10:16 -04:00 committed by Martin Taillefer
parent 6f68c39e32
commit a53a054509
1 changed files with 1 additions and 0 deletions

View File

@ -631,6 +631,7 @@ to hold the configuration of the NGINX server:
{{< text bash >}}
$ helm template install/kubernetes/helm/istio/ --name istio --namespace istio-system -x charts/gateways/templates/deployment.yaml --set gateways.istio-ingressgateway.enabled=false \
--set gateways.istio-egressgateway.enabled=true \
--set gateways.istio-egressgateway.secretVolumes[0].name=egressgateway-certs \
--set gateways.istio-egressgateway.secretVolumes[0].secretName=istio-egressgateway-certs \
--set gateways.istio-egressgateway.secretVolumes[0].mountPath=/etc/istio/egressgateway-certs \