mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
10 lines
201 B
YAML
10 lines
201 B
YAML
name: "hello"
|
|
version: "0.1.0"
|
|
usage: "usage"
|
|
description: |-
|
|
description
|
|
command: "$HELM_PLUGIN_SELF/hello.sh"
|
|
ignoreFlags: true
|
|
install: "echo installing..."
|
|
hooks:
|
|
install: "echo installing..."
|