Skip to content

Commit b4da807

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/config/update-configmap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ oc create -n "$OPENSHIFT_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map
7575
--from-literal=MAXIMUM_POOL_SIZE='25' \
7676
--from-literal=MAX_LIFETIME='300000' \
7777
--from-literal=ENABLE_COMPRESSION="true" \
78-
--dry-run=client -o yaml | oc apply -f -
78+
--dry-run -o yaml | oc apply -f -
7979

8080
echo Creating config map "$APP_NAME"-flb-sc-config-map
8181
oc create -n "$OPENSHIFT_NAMESPACE"-"$envValue" configmap "$APP_NAME"-flb-sc-config-map \

0 commit comments

Comments
 (0)