Skip to content

Commit

Permalink
helm(fix): force APSCHEDULER info to populate
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Oct 30, 2023
1 parent a9f7038 commit 5176b19
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ data:
DB_NAME=$SEFARIA_DB
{{ end }}
echo "APSCHEDULER: ${APSCHEDULER_NAME}"
if [[ -z "$APSCHEDULER_NAME" ]]; then
APSCHEDULER_NAME={{ tpl .Values.localSettings.APSCHEDULER_NAME . | quote }}
fi
APSCHEDULER_URI="${URI}${MONGO_HOST}/${APSCHEDULER_NAME}?ssl=false&authSource=admin"
URI="${URI}${MONGO_HOST}/${DB_NAME}?ssl=false&authSource=admin"
Expand Down

0 comments on commit 5176b19

Please sign in to comment.