Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Value (0.11 sec)

  1. helm-releases/minio-1.0.3.tgz

    containers: - name: minio-mc image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}" imagePullPolicy: {{ .Values.mcImage.pullPolicy }} command: ["/bin/sh", "/config/initialize"] env: - name: MINIO_ENDPOINT value: {{ template "minio.fullname" . }} - name: MINIO_PORT value: {{ .Values.service.port | quote }} volumeMounts: - name: minio-configuration mountPath: /config {{- if .Values.tls.enabled }} - name: cert-secret-volume-mc mountPath: {{ .Values.configPathmc }}certs {{ end }} resources:...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Aug 24 19:04:07 GMT 2021
    - 13.6K bytes
    - Viewed (0)
Back to top