You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/internal/plugin/testdata/plugdir/good/echo-v1/plugin.yaml

16 lines
269 B

---
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"