Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Perret (0.18 sec)

  1. helm/minio/templates/deployment.yaml

              {{- else }}
              emptyDir: {}
              {{- end }}
            {{- if .Values.extraSecret }}
            - name: extra-secret
              secret:
                secretName: {{ .Values.extraSecret }}
            {{- end }}
            - name: minio-user
              secret:
                secretName: {{ template "minio.secretName" . }}
            {{- include "minio.tlsKeysVolume" . | indent 8 }}
    Others
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Mar 03 17:50:39 GMT 2024
    - 8.7K bytes
    - Viewed (0)
  2. manifests/charts/istio-control/istio-discovery/templates/deployment.yaml

          # Optional: user-generated root
          - name: cacerts
            secret:
              secretName: cacerts
              optional: true
          - name: istio-kubeconfig
            secret:
              secretName: istio-kubeconfig
              optional: true
          # Optional: istio-csr dns pilot certs
          - name: istio-csr-dns-cert
            secret:
              secretName: istiod-tls
              optional: true
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Thu Feb 29 19:22:34 GMT 2024
    - 8.3K bytes
    - Viewed (0)
  3. 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 Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 12.1K bytes
    - Viewed (0)
  4. 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 Apr 24 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 12.1K bytes
    - Viewed (1)
Back to top