From 199cf6c42ada20050ee7ac012703a3503f001c0a Mon Sep 17 00:00:00 2001 From: Brendan Galloway Date: Mon, 25 Apr 2022 17:12:29 +0200 Subject: [PATCH] fix: typo in restore configmap --- helm-chart/templates/configmap/mongo-restore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/configmap/mongo-restore.yaml b/helm-chart/templates/configmap/mongo-restore.yaml index 147536a200..f0dc00f6b2 100644 --- a/helm-chart/templates/configmap/mongo-restore.yaml +++ b/helm-chart/templates/configmap/mongo-restore.yaml @@ -17,5 +17,5 @@ data: set -x tar xzvf /storage/dump.tar.gz -C /storage - mongorestore --drop --host=$MONGO_HOST:27017 -v -d sefaria-{{ .Values.deployEnv }} --dir=/storage/dump/sefaria" + mongorestore --drop --host=$MONGO_HOST:27017 -v -d sefaria-{{ .Values.deployEnv }} --dir=/storage/dump/sefaria {{- end }}