Skip to content

Commit 6022ebe

Browse files
Changed location of student PSI choices pull.
1 parent 32ef961 commit 6022ebe

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/deploy.to.openshift.dev.and.test.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,18 @@ jobs:
129129
-p MIN_MEM=${{ env.MIN_MEM }} \
130130
-p MAX_MEM=${{ env.MAX_MEM }} | oc apply -f -
131131
132-
echo Calling good config map statement ${{ env.PSI_SELECTION_NAMESPACE }}
133132
# UPDATE Configmaps
134133
curl -s https://raw.githubusercontent.com/bcgov/${{ env.REPO_NAME }}/${{ github.ref }}/tools/config/update-configmap.sh \
135134
| bash /dev/stdin \
136-
dev
137-
dev
135+
dev \
136+
${{ env.REPO_NAME }} \
137+
${{ env.NAMESPACE }} \
138+
${{ env.COMMON_NAMESPACE }} \
139+
${{ env.BUSINESS_NAMESPACE }} \
140+
${{ env.PSI_SELECTION_NAMESPACE }} \
141+
${{ secrets.SPLUNK_TOKEN }} \
142+
${{ vars.APP_LOG_LEVEL }}
138143
139-
echo Completed map after
140144
# OVERRIDE Configmaps
141145
curl -s https://raw.githubusercontent.com/bcgov/${{ env.REPO_NAME }}/${{ github.ref }}/tools/config/override-configmap-dev.sh \
142146
| bash /dev/stdin \

tools/config/update-configmap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ PARSER_CONFIG="
5151
###########################################################
5252
#Setup for config-maps base & FB
5353
###########################################################
54+
echo Showing PSI selection namespace: "$PSI_SELECTION_NAMESPACE"
5455
echo Creating config map "$APP_NAME"-config-map
5556
oc create -n "$OPENSHIFT_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
5657
--from-literal=GRAD_TRAX_API="http://educ-grad-trax-api.$OPENSHIFT_NAMESPACE-$envValue.svc.cluster.local:8080/" \

0 commit comments

Comments
 (0)