You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to merge a rendered YAML template with one or multiple overrides dynamically. This is similar to how Helm library charts allow merging YAML values.
Hello,
First, thanks for the great work on Gomplate!
I'm trying to merge a rendered YAML template with one or multiple overrides dynamically. This is similar to how Helm library charts allow merging YAML values.
Goal
This is the Helm "function" i'm trying to mimic :
https://helm.sh/docs/topics/library_charts/#create-a-simple-library-chart
Issues Encountered
How would this be done in Gomplate? Is there a recommended approach for merging multiple YAML templates dynamically?
Thanks!
The text was updated successfully, but these errors were encountered: