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 5154746 commit cbc634c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ oc create -n "$NAMESPACE" configmap "$APP_NAME"-config-map1 \
--dry-run=client -o yaml | oc apply -f -

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

0 comments on commit cbc634c

Please sign in to comment.