Skip to content

Commit 208530f

Browse files
committed
feat: update helm-chart
1 parent c8ad710 commit 208530f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

helm-chart/templates/backup.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ spec:
4747
value: {{ index .Values.storage.s3 "bucket" | quote }}
4848
- name: "S3_PREFIX"
4949
value: {{ index .Values.storage.s3 "prefix" | quote }}
50+
- name: "S3_SIGNATURE_VERSION"
51+
value: {{ index .Values.storage.s3 "signature_version" | quote }}
5052
{{- end }}
5153
{{- $env := .Values.backup.env }}
5254
{{- range $key := $env | keys | sortAlpha }}

helm-chart/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ storage:
3939
# region: "cn"
4040
# bucket: "some"
4141
# prefix: "aaa-"
42+
# signature_version: "s3"
4243
s3: {}
4344

4445
## @section backup

0 commit comments

Comments
 (0)