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
User deployments should use templates instead of values.yaml. Currently, the user deployments are defined in values.yaml
This against the principle that value files should be simple value listing. This deployments array is in essence templating without any template capabilities. As value replacement isn't available in (at least in ArgoCD) values.yaml, there is no way to have simple parameter tuning between environments and we are forced to copy container configuration in each values.yaml variant.
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.
-
User deployments should use templates instead of values.yaml. Currently, the user deployments are defined in values.yaml
This against the principle that value files should be simple value listing. This deployments array is in essence templating without any template capabilities. As value replacement isn't available in (at least in ArgoCD) values.yaml, there is no way to have simple parameter tuning between environments and we are forced to copy container configuration in each values.yaml variant.
This is what helm templating is for!
Beta Was this translation helpful? Give feedback.
All reactions