helm/pkg/cmd/testdata/testplugin/plugin.yaml

13 lines
212 B
YAML
Raw Permalink Normal View History

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