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 7fb1a98 commit 296ba42
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 @@ -51,7 +51,7 @@ PARSER_CONFIG="
###########################################################
echo Creating config map "$APP_NAME"-config-map
oc create -n "$GRAD_NAMESPACE"-"$envValue" configmap "$APP_NAME"-config-map \
--from-literal=APP_LOG_LEVEL="INFO" \
--from-literal=APP_LOG_LEVEL="$APP_LOG_LEVEL" \
--from-literal=ENABLE_FLYWAY="true" \
--dry-run=client -o yaml | oc apply -f -
echo
Expand Down

0 comments on commit 296ba42

Please sign in to comment.