25 lines
873 B
YAML
25 lines
873 B
YAML
# "defaults" is a workaround for Helm limitations. Users should NOT set ".defaults" explicitly, but rather directly set the fields internally.
|
|
# For instance, instead of `--set defaults.foo=bar`, just set `--set foo=bar`.
|
|
defaults:
|
|
global:
|
|
# Used to locate istiod.
|
|
istioNamespace: "istio-system"
|
|
|
|
base:
|
|
# Validation webhook configuration url
|
|
# For example: https://$remotePilotAddress:15017/validate
|
|
validationURL: ""
|
|
|
|
istiodRemote:
|
|
# Sidecar injector mutating webhook configuration url
|
|
# For example: https://$remotePilotAddress:15017/inject
|
|
injectionURL: ""
|
|
|
|
# Revision is set as 'version' label and part of the resource names when installing multiple control planes.
|
|
revision: ""
|
|
|
|
sidecarInjectorWebhook:
|
|
# This enables injection of sidecar in all namespaces,
|
|
enableNamespacesByDefault: false
|
|
|