Skip to content

Commit

Permalink
Merge pull request #704 from bcgov/institute-connection
Browse files Browse the repository at this point in the history
added institute to configmap update script
  • Loading branch information
suzalflueck authored Dec 18, 2024
2 parents 2a5cfb5 + 41eedd9 commit 3dedd86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/openshift/update-configmap-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ oc create -n "$OPENSHIFT_NAMESPACE" configmap "$APP_NAME"-backend-config-map \
--from-literal=GRAD_REPORT_API_URL="http://educ-grad-report-api.$GRAD_NAMESPACE-$ENV.svc.cluster.local:8080/api/v1" \
--from-literal=GRAD_TRAX_API_URL="http://educ-grad-trax-api.$GRAD_NAMESPACE-$ENV.svc.cluster.local:8080/api/v1" \
--from-literal=GRAD_TRAX_API_URL_V2="http://educ-grad-trax-api.$GRAD_NAMESPACE-$ENV.svc.cluster.local:8080/api/v2" \
--form-literal=INSTITUTE_API_URL="http://institute-api.$COMMON_NAMESPACE-$ENV.svc.cluster.local:8080/api/v1" \
--dry-run=client -o yaml | oc apply -f -

#### splunk
Expand Down

0 comments on commit 3dedd86

Please sign in to comment.