fix helm: s3 allowEmptyFolder flag if (#6204) (#6206)

This commit is contained in:
jiawei wei
2025-02-13 05:54:25 +08:00
committed by GitHub
parent 9604db2c93
commit 485c881c10
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ spec:
{{- if .Values.s3.domainName }}
-domainName={{ .Values.s3.domainName }} \
{{- end }}
{{- if .Values.s3.allowEmptyFolder }}
{{- if eq (typeOf .Values.s3.allowEmptyFolder) "bool" }}
-allowEmptyFolder={{ .Values.s3.allowEmptyFolder }} \
{{- end }}
{{- if .Values.s3.enableAuth }}