Skip to content

Commit

Permalink
changing outdated emails in updateconfigmap
Browse files Browse the repository at this point in the history
  • Loading branch information
SoLetsDev committed Aug 17, 2023
1 parent b9e3374 commit 3b126c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ PARSER_CONFIG="
Format json
"
if [ "$envValue" = "dev" ]; then
PEN_COORDINATOR_EMAIL=om@gmail.com
TO_EMAIL=aditya.sharma@gov.bc.ca
PEN_COORDINATOR_EMAIL=dev.pens.coordinator@no-reply.gov.bc.ca
TO_EMAIL=EDUCDO@Victoria1.gov.bc.ca
fi

if [ "$envValue" = "test" ]; then
PEN_COORDINATOR_EMAIL=om@gmail.com
TO_EMAIL=aditya.sharma@gov.bc.ca
PEN_COORDINATOR_EMAIL=test.pens.coordinator@no-reply.gov.bc.ca
TO_EMAIL=EDUCDO@Victoria1.gov.bc.ca
fi

if [ "$envValue" = "prod" ]; then
Expand Down

0 comments on commit 3b126c9

Please sign in to comment.