1#!/bin/bash 2 3echo "Hello from a Helm plugin" 4 5echo "PARAMS" 6echo $* 7 8$HELM_BIN ls --all 9
View as plain text