You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/internal/plugin/testdata/plugdir/good/echo-legacy/plugin.yaml

10 lines
168 B

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