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 have a handful of clusters, but hundreds of apps. Each release of an app definitely has "helmfile-environment" vars specific to an "app" but some of them while consumed by an app's chart, are more logically grouped and specific to a cluster. Being able to do it this way would let me be a bit more DRY.
CURRENT WORKAROUND
NOTE: currently I can achieve this as similar to the below, it works but not ideal as I have to set an ENV var then use that as a dynamic key to fetch it from a "clusters" dict (i.e. via sprig values)
Currently I can only do this
Would be great to be able to do this, where when multiple are present, they are merged into a single
.Environment
OR
Why?
Consider this:
myhelmfile.yaml
environments.yaml
I have a handful of clusters, but hundreds of apps. Each release of an app definitely has "helmfile-environment" vars specific to an "app" but some of them while consumed by an app's chart, are more logically grouped and specific to a cluster. Being able to do it this way would let me be a bit more DRY.
CURRENT WORKAROUND
NOTE: currently I can achieve this as similar to the below, it works but not ideal as I have to set an ENV var then use that as a dynamic key to fetch it from a "clusters" dict (i.e. via sprig
values
)myhelmfile.yaml
environments.yaml
allclusters.yaml
potentially related to #361
The text was updated successfully, but these errors were encountered: