Add support for selector on `helmfile template` (#1399)

Fixes #1377
This commit is contained in:
KUOKA Yusuke 2020-08-05 09:31:58 +09:00 committed by GitHub
parent 2ce57ba2ee
commit 53c3fe9f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ func (a *App) Template(c TemplateConfigProvider) error {
} }
return return
}) }, SetFilter(true))
} }
func (a *App) Lint(c LintConfigProvider) error { func (a *App) Lint(c LintConfigProvider) error {