github.com/stefanmcshane/helm@v0.0.0-20221213002717-88a4a2c6e77d/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  ignoreFlags: true
     8  hooks:
     9    install: "echo installing..."
    10  hooks:
    11    install: "echo installing something different"