-
Notifications
You must be signed in to change notification settings - Fork 104
Helm support for single or multiple values files #93
Comments
Since the module is taking values we can combine the files with Ansible without having to use the built in support in helm for multiple files. I'll guess something like this might work?
|
I have a similar use case, where I have a common values file, and I'd like to define the overrides in the helm task in the playbook itself, to make it more readable. For example, prometheus could be installed with alertmanager in stg and prd, but without in dev. It would be nice to have a common file, and have tasks in the playbooks like:
Would be nice to have a way to combine those, like for example a So what I ended up doing in the end, which imo is not very nice:
|
Sorry for the close and reopen. I just want to comment that I've similar situation than @loomsen. |
Same situation. Above works but not clean. |
SUMMARY
Could be interesting that the helm module will support single or multiple values files.
Helm command itself support it adding "-f values.yaml -f values2.yaml"
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: