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:
Scooby Husky
2026-03-10 17:39:38 -05:00
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