Skip to content

Commit

Permalink
test: try adding tcp.keepalaive
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 committed Nov 29, 2024
1 parent 21b52c9 commit 9a70882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestFluentdAggregator_NamespaceLabel(t *testing.T) {
ControlNamespace: ns,
FluentbitSpec: &v1beta1.FluentbitSpec{
Network: &v1beta1.FluentbitNetwork{
Keepalive: utils.BoolPointer(false),
Keepalive: utils.BoolPointer(true),
},
FilterKubernetes: v1beta1.FilterKubernetes{
// Namespace labels enrichment is enabled by default starting with version 4.9
Expand Down

0 comments on commit 9a70882

Please sign in to comment.