Merge "Add restore postgresql script to the configmap-bin"

This commit is contained in:
Zuul
2019-05-01 17:38:37 +00:00
committed by Gerrit Code Review

View File

@@ -36,5 +36,7 @@ data:
{{- if .Values.conf.backup.enabled }}
backup_postgresql.sh: |
{{ tuple "bin/_backup_postgresql.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
restore_postgresql.sh: |
{{ tuple "bin/_restore_postgresql.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
{{- end }}
{{- end }}