helm/pkg/cmd/testdata/testplugin/plugin.yaml
George Jenkins c35755a197 Remove legacy Command/Hooks from v1 Subprocess (#23)
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2025-08-31 22:24:31 -07:00

12 lines
212 B
YAML

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