github.com/koderover/helm@v2.17.0+incompatible/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_SELF/hello.sh" 7 useTunnel: true 8 ignoreFlags: true 9 hooks: 10 install: "echo installing..."