mirror of https://github.com/helm/helm
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
(cherry picked from commit 7c287078c1
)
release-2.16
parent
a9337d8762
commit
6aab63765f
@ -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