istio.io/istio@v0.0.0-20240520182934-d79c90f27776/samples/ambient-argo/tag-chart/values.yaml (about) 1 global: 2 3 # ImagePullSecrets for control plane ServiceAccount, list of secrets in the same namespace 4 # to use for pulling any images in pods that reference this ServiceAccount. 5 # Must be set for any cluster configured with private docker registry. 6 imagePullSecrets: [] 7 8 # Used to locate istiod. 9 istioNamespace: istio-system 10 11 istiod: 12 enableAnalysis: false 13 14 configValidation: true 15 externalIstiod: false 16 remotePilotAddress: "" 17 18 base: 19 # Used for helm2 to add the CRDs to templates. 20 enableCRDTemplates: false 21 22 # Validation webhook configuration url 23 # For example: https://$remotePilotAddress:15017/validate 24 validationURL: "" 25 26 # For istioctl usage to disable istio config crds in base 27 enableIstioConfigCRDs: true 28 29 # Defines the mapping from revision tags to revisions. 30 # 31 # The following fields can be set for each revision tag: 32 # (1) revision (REQUIRED): the revision to use for this revision tag. 33 # (2) namespace: the namespace containing the istiod revision. 34 # (3) validationURL: the URL to use for validation on this revision tag. 35 # (4) injectionURL: the URL to for injection on this revision tag. 36 # (5) injectionPath: the injection path to use for this tag webhook. 37 # 38 # Note that the revision tag "default" has additional semantic meaning as it 39 # controls the revision that performs validation and the revision that handles 40 # injection for default selectors ("istio-injection=enabled" and "sidecar.istio.io/inject"). 41 tags: {}