Files
helm/pkg/plugin/testdata/plugdir/good/echo/plugin.yaml
2020-09-17 11:38:28 -07:00

9 lines
157 B
YAML

name: "echo"
version: "1.2.3"
usage: "echo something"
description: |-
This is a testing fixture.
command: "echo Hello"
hooks:
install: "echo Installing"