diff --git a/postgresql/templates/configmap-bin.yaml b/postgresql/templates/configmap-bin.yaml index 64011fa00..bae75be0f 100644 --- a/postgresql/templates/configmap-bin.yaml +++ b/postgresql/templates/configmap-bin.yaml @@ -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 }}