mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
* Update HELM_PLUGIN_SELF -> HELM_PLUGIN_DIR Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com> * Trigger Build Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com> Co-authored-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
9 lines
170 B
YAML
9 lines
170 B
YAML
name: "hello"
|
|
version: "0.1.0"
|
|
usage: "usage"
|
|
description: |-
|
|
description
|
|
command: "$HELM_PLUGIN_DIR/hello.sh"
|
|
ignoreFlags: true
|
|
hooks:
|
|
install: "echo installing..."
|