From 9367487546c9059c3269bf1e8458335916f5b548 Mon Sep 17 00:00:00 2001 From: Uzal-Flueck Date: Wed, 8 Jan 2025 07:50:34 -0800 Subject: [PATCH] fix my embarassing typo --- tools/openshift/update-configmap-backend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/openshift/update-configmap-backend.sh b/tools/openshift/update-configmap-backend.sh index 51057e80..5be4daea 100644 --- a/tools/openshift/update-configmap-backend.sh +++ b/tools/openshift/update-configmap-backend.sh @@ -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" \ - --form-literal=INSTITUTE_API_URL="http://institute-api.$COMMON_NAMESPACE-$ENV.svc.cluster.local:8080/api/v1" \ + --from-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