Support multiple data files in helm generate headers
arschles opened this issue · 0 comments
arschles commented
For example: I'd like to have two separate data files to store:
- docker image tag values and
imagePullPolicy
values - external object storage configuration data
One idea to support this would be to allow helm template
to look for multiple -d
parameters. That solution could look like the following i a helm:generate
header:
//helm:generate helm tpl -o path/to/file.yaml -d docker_values.yaml -d object_storage_values.yaml /path/to/template_file.yaml