1
0

chore: add forcePathStyle s3 property

This commit is contained in:
Fleur Kelpin
2018-09-21 13:49:57 +02:00
parent 5f542e7632
commit bf0e3e82a3
2 changed files with 10 additions and 2 deletions

View File

@@ -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 }}