Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-mohammed committed Jan 26, 2024
1 parent 8dd71aa commit 4ce2822
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 @@ -54,7 +54,7 @@ oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
--from-literal=APP_LOG_LEVEL="$APP_LOG_LEVEL" \
--from-literal=EDUC_SCHOOL_API="http://school-api-master.$COMMON_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--from-literal=ENABLE_SPLUNK_LOG_HELPER="true" \
--from-literal=GRAD_ALGORITHM_API="http://educ-grad-algorithm-api.$GRAD_BUSINESS_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--from-literal=GRAD_ALGORITHM_API="http://educ-grad-algorithm-api.$BUSINESS_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--from-literal=GRAD_GRADUATION_REPORT_API="http://educ-grad-graduation-report-api.$GRAD_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--from-literal=GRAD_PROGRAM_API="http://educ-grad-program-api.$GRAD_NAMESPACE-$envValue.svc.cluster.local:8080/" \
--from-literal=GRAD_REPORT_API="http://educ-grad-report-api.$GRAD_NAMESPACE-$envValue.svc.cluster.local:8080/" \
Expand Down

0 comments on commit 4ce2822

Please sign in to comment.