Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Perret (0.13 sec)

  1. manifests/charts/gateways/istio-egress/templates/deployment.yaml

          {{- if .Values.global.mountMtlsCerts }}
          # Use the key and cert mounted to /etc/certs/ for the in-cluster mTLS communications.
          - name: istio-certs
            secret:
              secretName: istio.istio-egressgateway-service-account
              optional: true
          {{- end }}
          - name: config-volume
            configMap:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 12.1K bytes
    - Viewed (0)
  2. manifests/charts/gateways/istio-ingress/templates/deployment.yaml

          {{- if .Values.global.mountMtlsCerts }}
          # Use the key and cert mounted to /etc/certs/ for the in-cluster mTLS communications.
          - name: istio-certs
            secret:
              secretName: istio.istio-ingressgateway-service-account
              optional: true
          {{- end }}
          - name: config-volume
            configMap:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 12.1K bytes
    - Viewed (1)
Back to top