Skip to content

Commit

Permalink
fix: missing https protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Oct 23, 2024
1 parent 964a0a3 commit fdbf48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ fi
readonly SITE_MINDER_LOGOUT_URL

SOAM_KC="loginproxy.gov.bc.ca"
SERVER_FRONTEND='mychildcareservices.gov.bc.ca'
SERVER_FRONTEND='https://mychildcareservices.gov.bc.ca'
if [ "$ENV_VAL" != "prod" ]
then
SOAM_KC="$NAMESPACE_SUFFIX.loginproxy.gov.bc.ca"
SERVER_FRONTEND="$ENV_VAL.$SERVER_FRONTEND"
SERVER_FRONTEND="https://$ENV_VAL.$SERVER_FRONTEND"
fi
readonly SOAM_KC
readonly SERVER_FRONTEND
Expand Down

0 comments on commit fdbf48c

Please sign in to comment.