rules_helm icon indicating copy to clipboard operation
rules_helm copied to clipboard

Including files in a helm package - is this possible?

Open msmithson-roku opened this issue 10 months ago • 6 comments

Helm allows you to load files using .Files.get - https://helm.sh/docs/chart_template_guide/accessing_files/

I can't work out a way to include files in the chart root folder using helm_package (other than Chart.yaml or values.yaml). Without this rules_helm can't be used with chart that use .Files.get as this is not allowed to access files in the templates folder.

Is there a way to do this that I can missing?

msmithson-roku avatar Apr 02 '24 11:04 msmithson-roku