Skip to content

Commit

Permalink
Update update-configmap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Feb 8, 2024
1 parent 8671315 commit dfe75c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
--from-literal=CRON_SCHEDULED_TRIGGER_TRAX_UPDATES_LOCK_AT_MOST_FOR="PT20M" \
--from-literal=CRON_SCHEDULED_TRIGGER_TRAX_UPDATES_THRESHOLD="4000" \
--from-literal=ENABLE_FLYWAY="true" \
--from-literal=ENABLE_GET_STUDENT_MASTER_ONLY="false" \
--from-literal=ENABLE_GET_STUDENT_MASTER_ONLY="true" \
--from-literal=ENABLE_TRAX_UPDATE="true" \
--from-literal=KEYCLOAK_TOKEN_URL="https://soam-$envValue.apps.silver.devops.gov.bc.ca/" \
--from-literal=MAX_RETRY_ATTEMPTS="3" \
Expand Down

0 comments on commit dfe75c2

Please sign in to comment.