mirror of https://github.com/istio/istio.io.git
Fix the failure of missing mounted cert secret (#3316)
This commit is contained in:
parent
e6f70b370f
commit
39a370f90d
|
@ -26,8 +26,6 @@ requests to a testing Vault CA:
|
|||
$ helm template \
|
||||
--name=istio \
|
||||
--namespace=istio-system \
|
||||
--set global.mtls.enabled=true \
|
||||
--set global.controlPlaneSecurityEnabled=true \
|
||||
--set global.proxy.excludeIPRanges="35.233.249.249/32" \
|
||||
--values install/kubernetes/helm/istio/values-istio-example-sds-vault.yaml \
|
||||
install/kubernetes/helm/istio >> istio-auth.yaml
|
||||
|
|
Loading…
Reference in New Issue