Skip to content

Commit

Permalink
Remve dummy release
Browse files Browse the repository at this point in the history
  • Loading branch information
arttii committed Aug 4, 2020
1 parent 295b24d commit 7a5f6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/template/helmfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (e *HelmFileEngine) Lint(name string, inputFilePath string) error {

func (e *HelmFileEngine) SyncRepos(file string) error {

inputArgs := append([]string{"-f", file, "repos"}, e.Opts.ExtraArgs...)
inputArgs := append([]string{"--allow-no-matching-release", "-f", file, "repos"}, e.Opts.ExtraArgs...)

cmd := exec.Command("helmfile", inputArgs...)

Expand Down

0 comments on commit 7a5f6d4

Please sign in to comment.