github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/pkg/plugin/testdata/plugdir/good/hello/plugin.yaml (about)

     1  name: "hello"
     2  version: "0.1.0"
     3  usage: "usage"
     4  description: |-
     5    description
     6  command: "$HELM_PLUGIN_DIR/hello.sh"
     7  ignoreFlags: true
     8  hooks:
     9    install: "echo installing..."