Skip to content

Commit

Permalink
Added replaceAll to version1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed May 1, 2024
1 parent 5413f5d commit 53fbe4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/configs/version1/template_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ var helperFunctions = template.FuncMap{
"hasSuffix": strings.HasSuffix,
"toLower": strings.ToLower,
"toUpper": strings.ToUpper,
"replaceAll": strings.ReplaceAll,
"makeLocationPath": makeLocationPath,
"makeSecretPath": commonhelpers.MakeSecretPath,
"generateProxySetHeaders": generateProxySetHeaders,
Expand Down

0 comments on commit 53fbe4c

Please sign in to comment.