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
Our Helm Chart values files might look something like the above, which then gets substituted based on environment. This approach allows us to have a single source of truth for environment config and allows application teams to define their config 1 time. Standardizing these variables inside of Helm Charts would be quite difficult as we use lots of 3rd party and internal charts.
We are in the early stages of migrating to Kargo and the rendered manifest pattern and having something like this would greatly speed up adoption.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if there has been any thought on a promotion step that preforms variable substitution?
My team currently makes use of Flux's Kustomization Post Build Variable Substitution, and was hoping we could achieve something similar in Kargo.
Our Helm Chart values files might look something like the above, which then gets substituted based on environment. This approach allows us to have a single source of truth for environment config and allows application teams to define their config 1 time. Standardizing these variables inside of Helm Charts would be quite difficult as we use lots of 3rd party and internal charts.
We are in the early stages of migrating to Kargo and the rendered manifest pattern and having something like this would greatly speed up adoption.
Beta Was this translation helpful? Give feedback.
All reactions