Fix erroneous import

parent 0474bcbc
...@@ -70,7 +70,7 @@ func FuncMap() template.FuncMap { ...@@ -70,7 +70,7 @@ func FuncMap() template.FuncMap {
// Add some extra functionality // Add some extra functionality
extra := template.FuncMap{ extra := template.FuncMap{
"toYaml": files.ToYaml, "toYaml": chartutil.ToYaml,
"base": path.Base, "base": path.Base,
"dir": path.Dir, "dir": path.Dir,
"ext": path.Ext, "ext": path.Ext,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment