helm/internal/plugin/testdata/plugdir/good/echo-v1/plugin.yaml
Scott Rigby a7578fec74
Plugin types and plugin apiVersion v1
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Scott Rigby <scott@r6by.com>
2025-08-22 17:17:36 -04:00

15 lines
269 B
YAML

---
name: "echo-v1"
version: "1.2.3"
type: cli/v1
apiVersion: v1
runtime: subprocess
config:
shortHelp: "echo something"
longHelp: |-
This is a testing fixture.
ignoreFlags: false
runtimeConfig:
command: "echo Hello"
hooks:
install: "echo Installing"