Skip to content

Commit

Permalink
Updating institute-api url from route to service-url
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed authored Jun 20, 2024
1 parent bbb9b02 commit 8295ba9
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 @@ -68,7 +68,7 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
--from-literal=ENABLE_FLYWAY="true" \
--from-literal=ENABLE_TRAX_UPDATE="true" \
--from-literal=KEYCLOAK_TOKEN_URL="https://soam-$envValue.apps.silver.devops.gov.bc.ca/" \
--from-literal=INSTITUTE_API_URL_ROOT="https://institute-api-$COMMON_NAMESPACE-$envValue.apps.silver.devops.gov.bc.ca/" \
--from-literal=INSTITUTE_API_URL_ROOT="http://institute-api-master.$COMMON_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--from-literal=MAX_RETRY_ATTEMPTS="3" \
--from-literal=SCHOOL_CACHE_EXPIRY_IN_MINS="240" \
--dry-run=client -o yaml | oc apply -f -
Expand Down

0 comments on commit 8295ba9

Please sign in to comment.