helm/internal/plugin/testdata/plugdir/good/echo-v1/plugin.yaml

16 lines
269 B
YAML
Raw Normal View History

---
name: "echo-v1"
version: "1.2.3"
type: cli/v1
apiVersion: v1
runtime: subprocess
config:
shortHelp: "echo something"
longHelp: |-
This is a testing fixture.
ignoreFlags: false
runtimeConfig:
command: "echo Hello"
hooks:
install: "echo Installing"