mirror of https://github.com/helm/helm
Merge pull request #8756 from technosophos/fix/omnibus-ports-from-v3
backported fixes from helm3pull/8760/head
commit
e6c8ed4691
@ -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