Skip to content

Commit

Permalink
fix: fluentbit deploy namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Oct 22, 2024
1 parent c00f29d commit 0402ff1
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 @@ -147,7 +147,7 @@ if [ "$ENV_VAL" != 'qa' ]; then
"

echo Creating config map "$APP_NAME-flb-sc-config-map"
oc create -n "$OPENSHIFT_NAMESPACE-$NAMESPACE_SUFFIX" \
oc create -n "$OPENSHIFT_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 0402ff1

Please sign in to comment.