Last active
April 29, 2026 12:02
-
-
Save mqasimsarfraz/334daea345c6e42996fdaee9369ecbe9 to your computer and use it in GitHub Desktop.
Helm values: trace_open gadget filtering for /proc file accesses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Example: trace_open gadget filtering for /proc file accesses | |
| # Usage: helm upgrade --install gadget ./charts/bin/gadget --namespace gadget --create-namespace -f gadget-trace-open-proc.yaml | |
| config: | |
| gadgetConfigMaps: | |
| - name: trace-open-proc | |
| imageName: ghcr.io/inspektor-gadget/gadget/trace_open:latest | |
| tags: | |
| - filesystem | |
| - proc | |
| paramValues: | |
| operator.filter.filter: "fname~/proc*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment