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 | |
| gadgetConfigMaps: | |
| - name: trace-open | |
| imageName: ghcr.io/inspektor-gadget/gadget/trace_open:latest | |
| - name: trace-exec | |
| imageName: ghcr.io/inspektor-gadget/gadget/trace_exec:latest | |
| tags: |