Skip to content

Commit

Permalink
update institute URL in configmap update script
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck committed Jan 8, 2025
1 parent 9367487 commit 1067618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/openshift/update-configmap-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +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" \
--from-literal=INSTITUTE_API_URL="http://institute-api.$COMMON_NAMESPACE-$ENV.svc.cluster.local:8080/api/v1" \
--from-literal=INSTITUTE_API_URL="http://institute-api-master.$COMMON_NAMESPACE-$ENV.svc.cluster.local:8080/api/v1" \
--dry-run=client -o yaml | oc apply -f -

#### splunk
Expand Down

0 comments on commit 1067618

Please sign in to comment.