Skip to content

Commit

Permalink
added institute URL to configmap update script
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck committed Dec 17, 2024
1 parent 2a5cfb5 commit 41eedd9
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 41eedd9

Please sign in to comment.