...

Text file src/helm.sh/helm/v3/pkg/plugin/testdata/plugdir/good/hello/hello.sh

Documentation: helm.sh/helm/v3/pkg/plugin/testdata/plugdir/good/hello

     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