Skip to content

Commit

Permalink
helm(fix): correct DB Name variable in cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Oct 30, 2023
1 parent 0ecd68e commit a9f7038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data:
{{ end }}
APSCHEDULER_URI="${URI}${MONGO_HOST}/${APSCHEDULER_NAME}?ssl=false&authSource=admin"
URI="${URI}${MONGO_HOST}/${DATABASE}?ssl=false&authSource=admin"
URI="${URI}${MONGO_HOST}/${DB_NAME}?ssl=false&authSource=admin"
if [[ ! -z "$MONGO_REPLICASET_NAME" ]]; then
URI="${URI}&replicaSet=${MONGO_REPLICASET_NAME}"
Expand Down

0 comments on commit a9f7038

Please sign in to comment.