chore: add forcePathStyle s3 property
This commit is contained in:
@@ -18,4 +18,7 @@ data:
|
||||
awsSecret: aws
|
||||
{{- if .Values.s3.endpoint }}
|
||||
endpoint: {{ .Values.s3.endpoint }}
|
||||
{{- end }}
|
||||
{{- if hasKey .Values.s3 "forcePathStyle" }}
|
||||
forcePathStyle: {{ .Values.s3.forcePathStyle }}
|
||||
{{- end }}
|
Reference in New Issue
Block a user