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