Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for autoindent (0.28 sec)

  1. manifests/charts/istio-control/istio-discovery/templates/istiod-injector-configmap.yaml

        defaultTemplates:
    {{- range .Values.sidecarInjectorWebhook.defaultTemplates}}
        - {{ . }}
    {{- end }}
        {{- else }}
        defaultTemplates: [sidecar]
        {{- end }}
        policy: {{ .Values.global.proxy.autoInject }}
        alwaysInjectSelector:
    {{ toYaml .Values.sidecarInjectorWebhook.alwaysInjectSelector | trim | indent 6 }}
        neverInjectSelector:
    {{ toYaml .Values.sidecarInjectorWebhook.neverInjectSelector | trim | indent 6 }}
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Feb 21 03:10:21 GMT 2024
    - 3.4K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    because of low priority class. # Refer to https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass # for more detail. priorityClassName: "" proxy: image: proxyv2 # This controls the 'policy' in the sidecar injector. autoInject: enabled # CAUTION: It is important to ensure that all Istio helm charts specify the same clusterDomain value # cluster domain. Default value is "cluster.local". clusterDomain: "cluster.local" # Per Component log level for proxy, applies to gateways...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  3. manifests/charts/istiod-remote/templates/istiod-injector-configmap.yaml

        defaultTemplates:
    {{- range .Values.sidecarInjectorWebhook.defaultTemplates}}
        - {{ . }}
    {{- end }}
        {{- else }}
        defaultTemplates: [sidecar]
        {{- end }}
        policy: {{ .Values.global.proxy.autoInject }}
        alwaysInjectSelector:
    {{ toYaml .Values.sidecarInjectorWebhook.alwaysInjectSelector | trim | indent 6 }}
        neverInjectSelector:
    {{ toYaml .Values.sidecarInjectorWebhook.neverInjectSelector | trim | indent 6 }}
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Feb 21 03:10:21 GMT 2024
    - 3.4K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/values.yaml

        # for more detail.
        priorityClassName: ""
        proxy:
          image: proxyv2
          # This controls the 'policy' in the sidecar injector.
          autoInject: enabled
          # CAUTION: It is important to ensure that all Istio helm charts specify the same clusterDomain value
          # cluster domain. Default value is "cluster.local".
          clusterDomain: "cluster.local"
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 16:58:23 GMT 2024
    - 19.6K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/values.yaml

        # for more detail.
        priorityClassName: ""
    
        proxy:
          image: proxyv2
    
          # This controls the 'policy' in the sidecar injector.
          autoInject: enabled
    
          # CAUTION: It is important to ensure that all Istio helm charts specify the same clusterDomain value
          # cluster domain. Default value is "cluster.local".
          clusterDomain: "cluster.local"
    
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 16:58:23 GMT 2024
    - 19.6K bytes
    - Viewed (0)
Back to top