helm/pkg/plugin/testdata/plugdir/good/hello/hello.sh
Matthew Fisher 6eeec4a002
switched to stricter YAML parsing on plugin metadata files
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-09-17 11:38:28 -07:00

9 lines
89 B
Bash
Executable file

#!/bin/bash
echo "Hello from a Helm plugin"
echo "PARAMS"
echo $*
$HELM_BIN ls --all