github.com/zoumo/helm@v2.5.0+incompatible/pkg/plugin/testdata/plugdir/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  install: "echo installing..."
    10  hooks:
    11    install: "echo installing..."