Skip to content

Commit

Permalink
fix: typo in restore configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Apr 26, 2022
1 parent bee16f1 commit 199cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/templates/configmap/mongo-restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 199cf6c

Please sign in to comment.