github.com/doitroot/helm@v3.0.0-beta.3+incompatible/pkg/getter/testdata/plugins/testgetter2/plugin.yaml (about)

     1  name: "testgetter2"
     2  version: "0.1.0"
     3  usage: "Fetch a different package from a test2:// source"
     4  description: "Handle test2 scheme"
     5  command: "$HELM_PLUGIN_DIR/get.sh"
     6  ignoreFlags: true
     7  downloaders:
     8  - command: "echo"
     9    protocols:
    10      - "test2"