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
What is the benefit of using selector labels if the helmfile renders all releases within it. Is there a way to only render the releases selected by labels so that I do not have to pass required environment parameters that are not required by selected release?
For the above helmfile, even when I just want to deploy rel2, I have to pass "buzz" env variable. Is there a way to just deploy rel2 without passing "buzz"?
This works-
buzz=TEST helmfile sync -l tier=label2
This does not work-
helmfile sync -l tier=label2
The text was updated successfully, but these errors were encountered:
What is the benefit of using selector labels if the helmfile renders all releases within it. Is there a way to only render the releases selected by labels so that I do not have to pass required environment parameters that are not required by selected release?
For the above helmfile, even when I just want to deploy rel2, I have to pass "buzz" env variable. Is there a way to just deploy rel2 without passing "buzz"?
The text was updated successfully, but these errors were encountered: