mirror of https://github.com/helm/helm
parent
95cb9d6f84
commit
7c287078c1
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Hello from a Helm plugin"
|
||||
|
||||
echo "PARAMS"
|
||||
echo $*
|
||||
|
||||
echo "ENVIRONMENT"
|
||||
echo $TILLER_HOST
|
||||
echo $HELM_HOME
|
||||
|
||||
$HELM_BIN --host $TILLER_HOST ls --all
|
||||
|
@ -0,0 +1,11 @@
|
||||
name: "hello"
|
||||
version: "0.1.0"
|
||||
usage: "usage"
|
||||
description: |-
|
||||
description
|
||||
command: "$HELM_PLUGIN_SELF/hello.sh"
|
||||
useTunnel: true
|
||||
ignoreFlags: true
|
||||
install: "echo installing..."
|
||||
hooks:
|
||||
install: "echo installing..."
|
Loading…
Reference in new issue