Stay DRY with the environment variables #837
Unanswered
PatrykKlimowicz
asked this question in
Questions
Replies: 1 comment
-
|
@yxxhero I've created the PR that introduces more flexibility: #840 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We would like to stay DRY in our helmfile but we are missing something there... It is more like a question than issue type.
Let's assume we have many releases and these scenarios:
allenvOur
releasessection is valid (we can deploy w/o any issues w/o the conditioning part), and to make the above scenarios possible we've added to each release section line like:Again, there are plenty of releases. We created the following
environmentssection:What we are looking for is the possibility to do the following:
Is there a way to achieve the above? So the possible scenarios:
helmfile diff-- does nothing for default envhelmfile -e all diff-- deploy everythinghelmfile -e foo diff-- deploy foo only (no errors for other releases likepanic: environment values does not contain field 'boo')We are using helmfile in version
0.153.1. All suggestions appreciated 😄Beta Was this translation helpful? Give feedback.
All reactions