File tree 1 file changed +11
-11
lines changed
charts/otomi-db/templates
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,17 @@ spec:
69
69
{{- end }}
70
70
{{- if eq .Values.backup.type "s3" }}
71
71
backup :
72
- retentionPolicy : {{ .Values.backup.retentionPolicy }}
73
- barmanObjectStore :
74
- destinationPath : s3://{{ .Values.backup.s3.bucket }}
75
- endpointURL : {{ .Values.backup.endpointURL }}
76
- s3Credentials :
77
- accessKeyId :
78
- name : s3-creds
79
- key : S3_STORAGE_ACCOUNT
80
- secretAccessKey :
81
- name : s3-creds
82
- key : S3_STORAGE_KEY
72
+ retentionPolicy : {{ .Values.backup.retentionPolicy }}
73
+ barmanObjectStore :
74
+ destinationPath : s3://{{ .Values.backup.s3.bucket }}
75
+ endpointURL : {{ .Values.backup.endpointURL }}
76
+ s3Credentials :
77
+ accessKeyId :
78
+ name : s3-creds
79
+ key : S3_STORAGE_ACCOUNT
80
+ secretAccessKey :
81
+ name : s3-creds
82
+ key : S3_STORAGE_KEY
83
83
{{- end }}
84
84
{{- if eq .Values.backup.type "gcs" }}
85
85
backup :
You can’t perform that action at this time.
0 commit comments