Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for mucilage (0.33 sec)

  1. helm-releases/minio-5.2.0.tgz

    }} {{- end }} {{- if .Values.policies }} initContainers: - name: minio-make-policy image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}" {{- if .Values.makePolicyJob.securityContext.enabled }} securityContext: runAsUser: {{ .Values.makePolicyJob.securityContext.runAsUser }} runAsGroup: {{ .Values.makePolicyJob.securityContext.runAsGroup }} {{- end }} imagePullPolicy: {{ .Values.mcImage.pullPolicy }} {{- if .Values.makePolicyJob.exitCommand }} command: [ "/bin/sh", "-c" ] args: [ "/bin/sh...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 21.7K bytes
    - Viewed (0)
  2. helm-releases/minio-5.0.15.tgz

    }} {{- end }} {{- if .Values.policies }} initContainers: - name: minio-make-policy image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}" {{- if .Values.makePolicyJob.securityContext.enabled }} securityContext: runAsUser: {{ .Values.makePolicyJob.securityContext.runAsUser }} runAsGroup: {{ .Values.makePolicyJob.securityContext.runAsGroup }} {{- end }} imagePullPolicy: {{ .Values.mcImage.pullPolicy }} {{- if .Values.makePolicyJob.exitCommand }} command: [ "/bin/sh", "-c" ] args: [ "/bin/sh...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Jan 12 18:18:57 GMT 2024
    - 20.8K bytes
    - Viewed (0)
  3. helm-releases/minio-5.1.0.tgz

    }} {{- end }} {{- if .Values.policies }} initContainers: - name: minio-make-policy image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}" {{- if .Values.makePolicyJob.securityContext.enabled }} securityContext: runAsUser: {{ .Values.makePolicyJob.securityContext.runAsUser }} runAsGroup: {{ .Values.makePolicyJob.securityContext.runAsGroup }} {{- end }} imagePullPolicy: {{ .Values.mcImage.pullPolicy }} {{- if .Values.makePolicyJob.exitCommand }} command: [ "/bin/sh", "-c" ] args: [ "/bin/sh...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Mar 03 18:49:37 GMT 2024
    - 21.3K bytes
    - Viewed (0)
  4. helm/minio/values.yaml

      pullPolicy: IfNotPresent
    
    imagePullSecrets: []
    # - name: "image-pull-secret"
    
    ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio
    ## client used to create a default bucket).
    ##
    mcImage:
      repository: quay.io/minio/mc
      tag: RELEASE.2024-04-18T16-45-29Z
      pullPolicy: IfNotPresent
    
    ## minio mode, i.e. standalone or distributed
    mode: distributed ## other supported values are "standalone"
    
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 18.4K bytes
    - Viewed (0)
Back to top