istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/default/values.yaml (about) 1 defaults: 2 global: 3 # Used to locate istiod. 4 istioNamespace: "istio-system" 5 6 base: 7 # Validation webhook configuration url 8 # For example: https://$remotePilotAddress:15017/validate 9 validationURL: "" 10 11 istiodRemote: 12 # Sidecar injector mutating webhook configuration url 13 # For example: https://$remotePilotAddress:15017/inject 14 injectionURL: "" 15 16 # Revision is set as 'version' label and part of the resource names when installing multiple control planes. 17 revision: "" 18 19 sidecarInjectorWebhook: 20 # This enables injection of sidecar in all namespaces, 21 enableNamespacesByDefault: false 22