fix: printing error to stdout together with templated resources (#1550)

Fixes #1551
This commit is contained in:
isindir 2020-10-25 01:14:07 +01:00 committed by GitHub
parent 9ec4a85821
commit afb2653452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2206,7 +2206,7 @@ func (st *HelmState) ExpandedHelmfiles() ([]SubHelmfileSpec, error) {
if st.MissingFileHandler == "Error" {
return nil, err
}
fmt.Println(err)
st.logger.Warnf("no matches for path: %s", hf.Path)
continue
}
for _, match := range matches {