File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 "
5455echo Creating config map " $APP_NAME " -config-map
5556oc 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/" \
You can’t perform that action at this time.
0 commit comments