github.com/replicatedcom/ship@v0.50.0/integration/init/istio/expected/.ship/upstream/values-istio-auth.yaml (about)

     1  # This is used to generate istio-auth.yaml for automated CI/CD test, using v1/alpha1
     2  # or v2/alpha3 with 'gradual migration' (using env variable at inject time).
     3  global:
     4    # controlPlaneMtls enabled. Will result in delays starting the pods while secrets are
     5    # propagated, not recommended for tests.
     6    controlPlaneSecurityEnabled: true
     7  
     8    mtls:
     9      # Default setting for service-to-service mtls. Can be set explicitly using
    10      # destination rules or service annotations.
    11      enabled: true
    12  
    13  
    14    ## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with private docker registry.
    15    # imagePullSecrets:
    16    #   - name: "private-registry-key"
    17  
    18    # Default is 10s second
    19    refreshInterval: 1s
    20