Skip to content

Instantly share code, notes, and snippets.

@mqasimsarfraz
Last active April 29, 2026 12:02
Show Gist options
  • Select an option

  • Save mqasimsarfraz/334daea345c6e42996fdaee9369ecbe9 to your computer and use it in GitHub Desktop.

Select an option

Save mqasimsarfraz/334daea345c6e42996fdaee9369ecbe9 to your computer and use it in GitHub Desktop.
Helm values: trace_open gadget filtering for /proc file accesses
# 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