Skip to content

Commit

Permalink
Update update-configmap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Nov 23, 2024
1 parent 702799d commit 5154746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ DYNAMICSBASEURL=$5
#Setup for config-maps
###########################################################
echo Creating config map "$APP_NAME"-config-map
oc create -n "$NAMESPACE" configmap "$APP_NAME"-config-map \
oc create -n "$NAMESPACE" configmap "$APP_NAME"-config-map1 \
--from-literal=APP_DEBUG="$APP_DEBUG" \
--from-literal=DOCUMENTROOT="$DOCUMENTROOT" \
--from-literal=DYNAMICSBASEURL="$DYNAMICSBASEURL" \
--dry-run=client -o yaml | oc apply -f -

echo Creating config map "$APP_NAME"-flb-sc-config-map
echo Creating config map "$APP_NAME"-flb-sc-config-map1
oc create -n "$NAMESPACE" configmap "$APP_NAME"-flb-sc-config-map \
--from-literal=fluent-bit.conf="$FLB_CONFIG" \
--from-literal=parsers.conf="$PARSER_CONFIG" \
Expand Down

0 comments on commit 5154746

Please sign in to comment.