vmware-archive / helm-crd

Experimental CRD controller for managing Helm releases
Apache License 2.0
100 stars 13 forks source link

Fix helm plugin parse error on bash, and other improvements #18

Closed anguslees closed 6 years ago

anguslees commented 6 years ago

The following construct works on dash, but is a parse error on bash. Fixed in this change.

foo=$(cat <<EOF)
EOF

Fixes #17

Other improvements: