parent
4bbd09ccb2
commit
5488198d6d
|
|
@ -1348,7 +1348,7 @@ func (st *HelmState) ExpandedHelmfiles() ([]SubHelmfileSpec, error) {
|
|||
return nil, err
|
||||
}
|
||||
if len(matches) == 0 {
|
||||
return nil, fmt.Errorf("no file matching %s found", hf.Path)
|
||||
continue
|
||||
}
|
||||
for _, match := range matches {
|
||||
newHelmfile := hf
|
||||
|
|
|
|||
Loading…
Reference in New Issue