I have istio environment, I want to know this option value: for eg:
--set values.global.mtls.auto=true \
--set values.global.mtls.enabled=false
how do I check istio installed option value?
Too many tries. I found command can get value.
pilot-discovery discovery -a default
},
"outboundTrafficPolicy": {
"mode": "ALLOW_ANY"
},
"enableAutoMtls": true,
"trustDomain": "cluster.local",
"trustDomainAliases": [
],
"defaultServiceExportTo": [
"*"
],
"defaultVirtualServiceExportTo": [
"*"
],