helm: expose backup settings through helm chart

This commit is contained in:
Jens Langhammer
2020-05-16 14:17:43 +02:00
parent 615cd7870d
commit b23afcfc3b
2 changed files with 14 additions and 0 deletions

View File

@ -8,6 +8,13 @@ data:
host: "{{ .Release.Name }}-postgresql"
name: "{{ .Values.postgresql.postgresqlDatabase }}"
user: postgres
{{- if .Values.backup }}
backup:
access_key: "{{ .Values.backup.access_key }}"
secret_key: "{{ .Values.backup.secret_key }}"
bucket: "{{ .Values.backup.bucket }}"
host: "{{ .Values.backup.host }}"
{{- end}}
redis:
host: "{{ .Release.Name }}-redis-master"
cache_db: 0