Skip to content

Commit

Permalink
Support minio storage class type
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin committed Feb 26, 2024
1 parent 8e23a10 commit 3f79de5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/minio/templates/minio-storage-class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ metadata:
provisioner: {{ .Values.storage.provisioner }}
reclaimPolicy: Retain
volumeBindingMode: {{ .Values.storage.volumeBindingMode }}
{{- if (hasKey .Values.storage "parameters") }}
{{- if (hasKey .Values.storage.parameters "type") }}
parameters:
type: {{ .Values.storage.parameters.type }}
{{- end -}}
{{- end -}}
{{- end }}

0 comments on commit 3f79de5

Please sign in to comment.