Skip to content

Commit

Permalink
address pr comments
Browse files Browse the repository at this point in the history
Signed-off-by: ryanohnemus <[email protected]>
  • Loading branch information
ryanohnemus committed Jan 18, 2024
1 parent 085a4ff commit aba0e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/kubernetes-plugins/full.bats
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ setup_file() {

# First check that we should run these conditional tests at all
run docker run --rm -t $FLUENTBIT_IMAGE_REPOSITORY:$FLUENTBIT_IMAGE_TAG /fluent-bit/bin/fluent-bit -F kubernetes --help
assert_success
if [[ "$output" != *"namespace_labels"* ]]; then
skip "kubernetes namespace_labels not available in this image"
return
Expand Down
2 changes: 1 addition & 1 deletion tests/kubernetes-plugins/resources/fluentbit-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config:
[SERVICE]
Flush 5
Daemon Off
Log_Level info
Log_Level error
HTTP_Server On
HTTP_Listen 0.0.0.0
HTTP_Port 2020
Expand Down
2 changes: 1 addition & 1 deletion tests/kubernetes-plugins/resources/fluentbit-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config:
[SERVICE]
Flush 5
Daemon Off
Log_Level info
Log_Level error
HTTP_Server On
HTTP_Listen 0.0.0.0
HTTP_Port 2020
Expand Down

0 comments on commit aba0e01

Please sign in to comment.