Skip to content

Commit 53c3fe9

Browse files
authored
Add support for selector on helmfile template (#1399)
Fixes #1377
1 parent 2ce57ba commit 53c3fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func (a *App) Template(c TemplateConfigProvider) error {
225225
}
226226

227227
return
228-
})
228+
}, SetFilter(true))
229229
}
230230

231231
func (a *App) Lint(c LintConfigProvider) error {

0 commit comments

Comments
 (0)