helm/pkg/plugin/testdata/plugdir/good/downloader/plugin.yaml
Matthew Fisher 6eeec4a002
switched to stricter YAML parsing on plugin metadata files
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-09-17 11:38:28 -07:00

11 lines
206 B
YAML

name: "downloader"
version: "1.2.3"
usage: "usage"
description: |-
download something
command: "echo Hello"
downloaders:
- protocols:
- "myprotocol"
- "myprotocols"
command: "echo Download"