From b1a4059ce7d1ce21486568e5b4477a01586da68b Mon Sep 17 00:00:00 2001 From: Koffi Nogbe Date: Thu, 25 Apr 2019 16:00:26 -0400 Subject: [PATCH] Add restore postgresql script to the configmap-bin * Adding file restore_postgresql.sh to the configmap-bin Change-Id: I57cfa8f0b22be49be43bcdb93b8ac363a8ae6472 Signed-off-by: Koffi Nogbe --- postgresql/templates/configmap-bin.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgresql/templates/configmap-bin.yaml b/postgresql/templates/configmap-bin.yaml index 64011fa002..bae75be0fd 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 }}