helm/pkg/plugin/testdata/plugdir/good/hello/plugin.yaml
Matthew Fisher 6eeec4a002
switched to stricter YAML parsing on plugin metadata files
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-09-17 11:38:28 -07:00

9 lines
171 B
YAML

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