helm/internal/plugin/testdata/plugdir/good/hello-v1/hello.sh
Tom Wieczorek 6181e0a873
Make test scripts run without /bin/bash
The test scripts hardcoded #!/bin/bash while they are not really
requiring bash. Use the more portable #!/usr/bin/env sh instead, so that
they use the default shell.

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
2025-09-12 15:24:29 +02:00

9 lines
97 B
Bash
Executable file

#!/usr/bin/env sh
echo "Hello from a Helm plugin"
echo "PARAMS"
echo "$@"
$HELM_BIN ls --all