fix: printing error to stdout together with templated resources (#1550)
Fixes #1551
This commit is contained in:
parent
9ec4a85821
commit
afb2653452
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue