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 66ebf22 commit 2d57bd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions openshift/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
###########################################################


echo Creating config map "$APP_NAME"-flb-sc-config-map
oc create -n "$NAMESPACE" configmap "$APP_NAME"-flb-sc-config-map --debug \
--from-literal=fluent-bit.conf="$FLB_CONFIG" \
--from-literal=parsers.conf="$PARSER_CONFIG" \
echo Creating config map ecas-flb-sc-config-map
oc create -n 7d321c-dev configmap ecas-flb-sc-config-map \
--dry-run=client -o yaml | oc apply -f -

0 comments on commit 2d57bd8

Please sign in to comment.