...

Text file src/helm.sh/helm/v3/pkg/plugin/testdata/plugdir/bad/duplicate-entries/plugin.yaml

Documentation: helm.sh/helm/v3/pkg/plugin/testdata/plugdir/bad/duplicate-entries

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

View as plain text