Fix `helmfile --selector x=y template` with `needs` (#1564)
I had mistakenly inverted the necessary flag to turn off the legacy processing on selectors that should be used only for helmfile commands that does not support DAGs/needs. Fixes #1552
This commit is contained in:
parent
995b201e47
commit
87e86dcfd2
|
|
@ -233,7 +233,7 @@ func (a *App) Template(c TemplateConfigProvider) error {
|
|||
}
|
||||
|
||||
return
|
||||
}, SetFilter(true))
|
||||
})
|
||||
}
|
||||
|
||||
func (a *App) WriteValues(c WriteValuesConfigProvider) error {
|
||||
|
|
|
|||
Loading…
Reference in New Issue