From bb4be3333162926c8652e868ba8c1dfa371e4e05 Mon Sep 17 00:00:00 2001 From: lead4good Date: Thu, 18 May 2017 12:26:53 +0200 Subject: [PATCH] fixed fromYaml | toJson --- pkg/chartutil/files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/files.go b/pkg/chartutil/files.go index 043357dd1..470ed711e 100644 --- a/pkg/chartutil/files.go +++ b/pkg/chartutil/files.go @@ -22,7 +22,7 @@ import ( "path" "strings" - yaml "gopkg.in/yaml.v2" + "github.com/ghodss/yaml" "github.com/BurntSushi/toml" "github.com/gobwas/glob"