Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 93 for 10 (0.17 sec)

  1. helm/minio/templates/_helper_policy.tpl

    {{- $statements_length := len .statements -}} {{- $statements_length := sub $statements_length 1 -}} { "Version": "2012-10-17", "Statement": [ {{- range $i, $statement := .statements }} { "Effect": "{{ $statement.effect | default "Allow" }}", "Action": [ "{{ $statement.actions | join "\",\n\"" }}" ]{{ if $statement.resources }}, "Resource": [ "{{ $statement.resources | join "\",\n\"" }}" ]{{ end }} {{- if $statement.conditions }} {{- $condition_len := len $statement.conditions }} {{- $condition_len...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Aug 19 14:39:11 GMT 2023
    - 872 bytes
    - Viewed (0)
  2. helm-releases/minio-5.0.0.tgz

    imageTag, and imagePullPolicy. mode is used to indicate the ## image: repository: quay.io/minio/minio tag: RELEASE.2022-10-24T18-35-07Z 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.2022-10-20T23-26-33Z pullPolicy: IfNotPresent ## minio mode, i.e. standalone or distributed mode: distributed ## other supported...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Oct 25 10:20:22 GMT 2022
    - 19.8K bytes
    - Viewed (0)
  3. helm-releases/minio-4.1.0.tgz

    imageTag, and imagePullPolicy. mode is used to indicate the ## image: repository: quay.io/minio/minio tag: RELEASE.2022-10-24T18-35-07Z 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.2022-10-20T23-26-33Z pullPolicy: IfNotPresent ## minio mode, i.e. standalone or distributed or gateway. mode: distributed...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Oct 24 20:37:05 GMT 2022
    - 20K bytes
    - Viewed (0)
  4. helm-releases/minio-5.0.1.tgz

    .Values.tls.enabled }} - name: cert-secret-volume-mc mountPath: {{ .Values.configPathmc }}certs {{ end }} {{- if .Values.makeBucketJob.extraVolumeMounts }} {{- toYaml .Values.makeBucketJob.extraVolumeMounts | nindent 10 }} {{- end }} resources: {{ toYaml .Values.makeBucketJob.resources | indent 10 }} {{- end }} minio/templates/post-install-create-policy-job.yaml {{- if .Values.policies }} apiVersion: batch/v1 kind: Job metadata: name: {{ template "minio.fullname" . }}-make-policies-job namespace: {{ .Release.Namespace...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Nov 13 10:04:51 GMT 2022
    - 19.8K bytes
    - Viewed (0)
  5. helm-releases/minio-4.0.15.tgz

    .Values.tls.enabled }} - name: cert-secret-volume-mc mountPath: {{ .Values.configPathmc }}certs {{ end }} {{- if .Values.makeBucketJob.extraVolumeMounts }} {{- toYaml .Values.makeBucketJob.extraVolumeMounts | nindent 10 }} {{- end }} resources: {{ toYaml .Values.makeBucketJob.resources | indent 10 }} {{- end }} minio/templates/post-install-create-policy-job.yaml {{- if .Values.policies }} apiVersion: batch/v1 kind: Job metadata: name: {{ template "minio.fullname" . }}-make-policies-job namespace: {{ .Release.Namespace...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Sep 21 11:07:01 GMT 2022
    - 20K bytes
    - Viewed (0)
  6. helm-releases/minio-5.0.2.tgz

    annotations: {{ toYaml $.Values.persistence.annotations | trimSuffix "\n" | indent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass }} storageClassName: {{ $storageClass }} {{- end }} resources: requests: storage: {{ $psize }} {{- end }} {{- else }} - metadata: name: export {{- if $.Values.persistence.annotations }} annotations: {{ toYaml $.Values.persistence.annotations | trimSuffix "\n" | indent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Dec 18 07:57:10 GMT 2022
    - 20.4K bytes
    - Viewed (0)
  7. helm-releases/minio-4.0.3.tgz

    annotations: {{ toYaml $.Values.persistence.annotations | trimSuffix "\n" | indent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass }} storageClassName: {{ $storageClass }} {{- end }} resources: requests: storage: {{ $psize }} {{- end }} {{- else }} - metadata: name: export {{- if $.Values.persistence.annotations }} annotations: {{ toYaml $.Values.persistence.annotations | trimSuffix "\n" | indent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Jul 08 06:16:22 GMT 2022
    - 18K bytes
    - Viewed (0)
  8. helm-releases/minio-4.0.6.tgz

    annotations: {{ toYaml $.Values.persistence.annotations | trimSuffix "\n" | indent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass }} storageClassName: {{ $storageClass }} {{- end }} resources: requests: storage: {{ $psize }} {{- end }} {{- else }} - metadata: name: export {{- if $.Values.persistence.annotations }} annotations: {{ toYaml $.Values.persistence.annotations | trimSuffix "\n" | indent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Jul 24 03:34:14 GMT 2022
    - 18.4K bytes
    - Viewed (0)
  9. helm-releases/minio-4.0.5.tgz

    annotations: {{ toYaml $.Values.persistence.annotations | trimSuffix "\n" | indent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass }} storageClassName: {{ $storageClass }} {{- end }} resources: requests: storage: {{ $psize }} {{- end }} {{- else }} - metadata: name: export {{- if $.Values.persistence.annotations }} annotations: {{ toYaml $.Values.persistence.annotations | trimSuffix "\n" | indent 10 }} {{- end }} spec: accessModes: [ {{ $accessMode | quote }} ] {{- if $storageClass...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Jul 16 06:42:56 GMT 2022
    - 18.3K bytes
    - Viewed (0)
  10. helm-releases/minio-3.1.8.tgz

    imageTag, and imagePullPolicy. mode is used to indicate the ## image: repository: quay.io/minio/minio tag: RELEASE.2021-10-06T23-36-31Z 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.2021-10-07T04-19-58Z pullPolicy: IfNotPresent ## minio mode, i.e. standalone or distributed or gateway (nas) ## Distributed...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Oct 07 05:03:47 GMT 2021
    - 14.6K bytes
    - Viewed (0)
Back to top