helm/pkg/cmd/testdata/testplugin/plugin.yaml
George Jenkins 36dcc27ca3
fix: Plugin version path traversal
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2026-03-11 17:43:13 -07:00

13 lines
227 B
YAML

---
apiVersion: v1
name: testplugin
version: 0.1.0
type: cli/v1
runtime: subprocess
config:
shortHelp: "echo test"
longHelp: "This echos test"
ignoreFlags: false
runtimeConfig:
platformCommand:
- command: "echo test"