istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/base/values.yaml (about)

     1  defaults:
     2    global:
     3  
     4      # ImagePullSecrets for control plane ServiceAccount, list of secrets in the same namespace
     5      # to use for pulling any images in pods that reference this ServiceAccount.
     6      # Must be set for any cluster configured with private docker registry.
     7      imagePullSecrets: []
     8  
     9      # Used to locate istiod.
    10      istioNamespace: istio-system
    11  
    12      externalIstiod: false
    13      remotePilotAddress: ""
    14  
    15      # Platform where Istio is deployed. Possible values are: "openshift", "gcp".
    16      # An empty value means it is a vanilla Kubernetes distribution, therefore no special
    17      # treatment will be considered.
    18      platform: ""
    19  
    20      # Setup how istiod Service is configured. See https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services
    21      # This is intended only for use with external istiod.
    22      ipFamilyPolicy: ""
    23      ipFamilies: []
    24  
    25    base:
    26      # Used for helm2 to add the CRDs to templates.
    27      enableCRDTemplates: false
    28  
    29      # Validation webhook configuration url
    30      # For example: https://$remotePilotAddress:15017/validate
    31      validationURL: ""
    32      # Validation webhook caBundle value. Useful when running pilot with a well known cert
    33      validationCABundle: ""
    34  
    35      # For istioctl usage to disable istio config crds in base
    36      enableIstioConfigCRDs: true
    37  
    38    defaultRevision: "default"
    39    experimental:
    40      stableValidationPolicy: false