diff --git a/pkg/template/functions.go b/pkg/template/functions.go
index 9b55510681bbe31cea4a1297a112e39c6174bbeb..a81e96f1e9ab57e019869ef6288d08e497886d95 100644
--- a/pkg/template/functions.go
+++ b/pkg/template/functions.go
@@ -79,6 +79,7 @@ var (
 		"toLower": strings.ToLower,
 		"toUpper": strings.ToUpper,
 		"toTitle": strings.ToTitle,
+		"title":   strings.Title,
 
 		"trimSpace": strings.TrimSpace,