Skip to content

Commit

Permalink
fix: remove env setter
Browse files Browse the repository at this point in the history
This seems unnecessary as we restart the pods right after.
  • Loading branch information
trev-dev committed Nov 19, 2024
1 parent 5f47ba7 commit e7c61a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ oc create -n "$OPENSHIFT_NAMESPACE" configmap \
--from-file="appsettings.json=/tmp/appsettings.json" \
--dry-run -o yaml | oc apply -f -

echo
echo Setting environment variables for "$APP_NAME-d365api-$ENV_VAL" application
oc -n "$OPENSHIFT_NAMESPACE" set env \
--from="configmap/$APP_NAME-d365api-$ENV_VAL-config-map" \
"deployment/$APP_NAME-d365api-$ENV_VAL"

0 comments on commit e7c61a7

Please sign in to comment.