mirror of
https://github.com/minio/minio.git
synced 2025-04-22 11:26:36 -04:00
parent
66239f30ce
commit
00857f8f59
@ -118,6 +118,6 @@ connectToMinio $scheme
|
|||||||
{{ $global := . }}
|
{{ $global := . }}
|
||||||
# Create the buckets
|
# Create the buckets
|
||||||
{{- range .Values.buckets }}
|
{{- range .Values.buckets }}
|
||||||
createBucket {{ tpl .name $global }} {{ .policy }} {{ .purge }} {{ .versioning }} {{ .objectlocking }}
|
createBucket {{ tpl .name $global }} {{ .policy | default "none" | quote }} {{ .purge | default false }} {{ .versioning | default false }} {{ .objectlocking | default false }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user