mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Add followChildren default to tetragon shell-execution TracingPolicy
The Tetragon CRD defaults followChildren to false in matchBinaries, causing ArgoCD ServerSideDiff to detect a permanent diff. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
131cbca4a6
commit
308145cc90
@@ -20,6 +20,7 @@ spec:
|
||||
- "59" # execve
|
||||
matchBinaries:
|
||||
- operator: In
|
||||
followChildren: false
|
||||
values:
|
||||
- /bin/sh
|
||||
- /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user