Last active
April 29, 2026 11:52
-
-
Save mqasimsarfraz/ba17c549499deef5f70b833e5ab4e1e1 to your computer and use it in GitHub Desktop.
Example values file for testing Inspektor Gadget gadgetConfigMaps in Helm
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 values file for testing gadgetConfigMaps with Helm. | |
| # Usage: helm upgrade --install gadget ./charts/bin/gadget --namespace gadget --create-namespace -f gadget-configmaps-values.yaml | |
| # Note: ConfigMap names must be at least 12 characters long. | |
| config: | |
| gadgetConfigMaps: | |
| - name: my-trace-open | |
| imageName: ghcr.io/inspektor-gadget/gadget/trace_open:latest | |
| - name: my-trace-exec | |
| imageName: ghcr.io/inspektor-gadget/gadget/trace_exec:latest | |
| tags: | |
| - security | |
| - audit | |
| - name: my-trace-tcp-gadget | |
| imageName: ghcr.io/inspektor-gadget/gadget/trace_tcp:latest | |
| timeout: 300 | |
| - name: my-top-file-gadget | |
| imageName: ghcr.io/inspektor-gadget/gadget/top_file:latest | |
| logLevel: 2 | |
| paramValues: | |
| operator.sort.sort: "reads" | |
| - name: my-snapshot-process | |
| imageName: ghcr.io/inspektor-gadget/gadget/snapshot_process:latest | |
| tags: | |
| - debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment