Skip to content

Commit

Permalink
Merge pull request #1665 from Sefaria/fix-apscheduler-delete
Browse files Browse the repository at this point in the history
helm(fix): correct bug in mongo destroy logic
  • Loading branch information
edamboritz authored Oct 16, 2023
2 parents b9268d6 + 4a3ded1 commit 0dc9658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ data:
DB_NAME=$SEFARIA_DB
{{ end }}
URI="${URI}${MONGO_HOST}/${DATABASE}?ssl=false&authSource=admin"
APSCHEDULER_URI="${URI}${MONGO_HOST}/${APSCHEDULER_NAME}?ssl=false&authSource=admin"
URI="${URI}${MONGO_HOST}/${DATABASE}?ssl=false&authSource=admin"
if [[ ! -z "$MONGO_REPLICASET_NAME" ]]; then
URI="${URI}&replicaSet=${MONGO_REPLICASET_NAME}"
Expand Down

0 comments on commit 0dc9658

Please sign in to comment.