helm/pkg/plugin/testdata/plugdir/hello/plugin.yaml
2018-04-16 23:16:43 -07:00

10 lines
201 B
YAML

name: "hello"
version: "0.1.0"
usage: "usage"
description: |-
description
command: "$HELM_PLUGIN_SELF/hello.sh"
ignoreFlags: true
install: "echo installing..."
hooks:
install: "echo installing..."