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

     1  # This is used to generate istio-auth-multicluster.yaml, used for CI/CD.
     2  global:
     3    # controlPlaneMtls enabled. Will result in delays starting the pods while secrets are
     4    # propagated, not recommended for tests.
     5    controlPlaneSecurityEnabled: true
     6  
     7    mtls:
     8      # Default setting for service-to-service mtls. Can be set explicitly using
     9      # destination rules or service annotations.
    10      enabled: true
    11  
    12    ## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with privte docker registry.
    13    # imagePullSecrets:
    14    #   - name: "private-registry-key"
    15  
    16    # Default is 10s second
    17    refreshInterval: 1s
    18  
    19  # In a multiple cluster environment, citadel uses the same root certificate in all the clusters
    20  security:
    21    selfSigned: false