diff --git a/pkg/chartutil/files.go b/pkg/chartutil/files.go index 3747776ba..ba07e5ebb 100644 --- a/pkg/chartutil/files.go +++ b/pkg/chartutil/files.go @@ -64,6 +64,7 @@ func (f Files) Get(name string) string { // matched files. // // This is designed to be called from a template. +// // {{ range $name, $content := .Files.Glob("foo/**") }} // {{ $name }}: | // {{ .Files.Get($name) | indent 4 }}{{ end }}