From e128f149bd60a5b9984784220f3374f46e05d50e Mon Sep 17 00:00:00 2001 From: KUOKA Yusuke Date: Sat, 3 Mar 2018 13:32:16 +0900 Subject: [PATCH] Fix error on charts.yml fallback Fixes #42 --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index a0c36341..24497feb 100644 --- a/main.go +++ b/main.go @@ -248,9 +248,6 @@ func before(c *cli.Context) (*state.HelmState, helmexec.Interface, error) { } log.Printf("warn: charts.yaml is loaded: charts.yaml is deprecated in favor of helmfile.yaml. See https://github.com/roboll/helmfile/issues/25 for more information") } - if err != nil { - return nil, nil, err - } if st.Context != "" { if kubeContext != "" { log.Printf("err: Cannot use option --kube-context and set attribute context.")