tmc / rules_helm

rules_helm: Bazel rules for managing helm charts
48 stars 28 forks source link

Fix helm.sh when workspace is set #3

Open thoferon opened 5 years ago

thoferon commented 5 years ago

This change allows the user to have workspace(name = "something") set in his/her repo. I had made a change for this in my previous PR about /bin/bash but it was fixing build and breaking run. This one should work.

BenBirt commented 4 years ago

FWIW I gave up on my similar patch (https://github.com/tmc/rules_helm/pull/11) and we implemented a different suite of helm rules: https://github.com/dataform-co/dataform/tree/master/tools/helm - any future readers of this PR, feel free to use them!