msmithson-roku

Results 4 comments of msmithson-roku

I solve this using a bazel flag for the environment and then a `select` to choose the environment file. The environment file can then passed to `helm_upgrade` in `opts` Note...

As far as I can see `helm_package` does not allow you to specify `inputs` - other the `chart`, `values` or `templates`. Try to specify `inputs` or add the additional files...

https://github.com/abrisco/rules_helm/pull/70 allows templates from multiple locations to be packaged into a chart under the templates folder (which is great!). However for this use case, we need to include resources that...

I think this issue was addressed by https://github.com/abrisco/rules_helm/pull/128/files?