We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295b24d commit 7a5f6d4Copy full SHA for 7a5f6d4
pkg/template/helmfile.go
@@ -73,7 +73,7 @@ func (e *HelmFileEngine) Lint(name string, inputFilePath string) error {
73
74
func (e *HelmFileEngine) SyncRepos(file string) error {
75
76
- inputArgs := append([]string{"-f", file, "repos"}, e.Opts.ExtraArgs...)
+ inputArgs := append([]string{"--allow-no-matching-release", "-f", file, "repos"}, e.Opts.ExtraArgs...)
77
78
cmd := exec.Command("helmfile", inputArgs...)
79
0 commit comments