helm/internal/plugin/testdata/plugdir/good/hello-v1/hello.sh
Scott Rigby a7578fec74
Plugin types and plugin apiVersion v1
Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Scott Rigby <scott@r6by.com>
2025-08-22 17:17:36 -04:00

9 lines
89 B
Bash
Executable file

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