We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8ad710 commit 208530fCopy full SHA for 208530f
2 files changed
helm-chart/templates/backup.yaml
@@ -47,6 +47,8 @@ spec:
47
value: {{ index .Values.storage.s3 "bucket" | quote }}
48
- name: "S3_PREFIX"
49
value: {{ index .Values.storage.s3 "prefix" | quote }}
50
+ - name: "S3_SIGNATURE_VERSION"
51
+ value: {{ index .Values.storage.s3 "signature_version" | quote }}
52
{{- end }}
53
{{- $env := .Values.backup.env }}
54
{{- range $key := $env | keys | sortAlpha }}
helm-chart/values.yaml
@@ -39,6 +39,7 @@ storage:
39
# region: "cn"
40
# bucket: "some"
41
# prefix: "aaa-"
42
+ # signature_version: "s3"
43
s3: {}
44
45
## @section backup
0 commit comments