github.com/koderover/helm@v2.17.0+incompatible/pkg/plugin/testdata/plugdir/bad/duplicate-entries/plugin.yaml (about)

     1  name: "duplicate-entries"
     2  version: "0.1.0"
     3  usage: "usage"
     4  description: |-
     5    description
     6  command: "echo hello"
     7  useTunnel: true
     8  ignoreFlags: true
     9  hooks:
    10    install: "echo installing..."
    11  hooks:
    12    install: "echo installing something different"