remove self signed (#7169)

details: https://github.com/istio/istio/pull/23304
This commit is contained in:
Lin Sun 2020-04-27 10:30:02 -04:00 committed by GitHub
parent c68c47c3c4
commit 9686e9597a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -127,10 +127,6 @@ apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
values:
# selfSigned is required if Citadel is enabled, that is when values.global.istiod.enabled is false.
security:
selfSigned: false
global:
multiCluster:
clusterName: ${MAIN_CLUSTER_NAME}
@ -170,10 +166,6 @@ apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
values:
# selfSigned is required if Citadel is enabled (i.e. when values.global.istiod.enabled=false)
security:
selfSigned: false
global:
multiCluster:
clusterName: ${MAIN_CLUSTER_NAME}