diff --git a/internal/pkg/overlay/overlay.go b/internal/pkg/overlay/overlay.go index e5330eb0..9bb98aff 100644 --- a/internal/pkg/overlay/overlay.go +++ b/internal/pkg/overlay/overlay.go @@ -355,9 +355,6 @@ func RenderTemplateFile(fileName string, data TemplateStruct) ( // Build our FuncMap funcMap := template.FuncMap{ - "tr": func(source, old, new string) string { - return strings.Replace(source, old, new, -1) - }, "Include": templateFileInclude, "IncludeFrom": templateContainerFileInclude, "IncludeBlock": templateFileBlock,