Skip to content

Commit

Permalink
Make CORE_BPF the default collection method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtudelag committed Jun 11, 2024
1 parent 8705614 commit f7a0016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
scannerComponent: Disabled
perNode:
collector:
collection: EBPF
collection: CORE_BPF
imageFlavor: Regular
taintToleration: TolerateTaints
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ spec:
listenOnUpdates: false
perNode:
collector:
collection: EBPF
collection: CORE_BPF
imageFlavor: Regular
taintToleration: TolerateTaints

0 comments on commit f7a0016

Please sign in to comment.