Skip to content

Commit

Permalink
Added replaceAll support for go templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Apr 29, 2024
1 parent 7232b9f commit 1c55645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/configs/version2/template_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ var helperFunctions = template.FuncMap{
"hasSuffix": strings.HasSuffix,
"toLower": strings.ToLower,
"toUpper": strings.ToUpper,
"replaceAll": strings.ReplaceAll,
"makeHTTPListener": makeHTTPListener,
"makeHTTPSListener": makeHTTPSListener,
"makeSecretPath": commonhelpers.MakeSecretPath,
Expand Down

0 comments on commit 1c55645

Please sign in to comment.