Skip to content

Commit

Permalink
provisioner: add replaceAll template function
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Yastrebov <[email protected]>
  • Loading branch information
AlexanderYastrebov committed Mar 27, 2023
1 parent 9b6a926 commit 960329f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provisioner/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func renderTemplate(context *templateContext, file string) (string, error) {
"azID": azID,
"azCount": azCount,
"split": split,
"replaceAll": strings.ReplaceAll,
"mountUnitName": mountUnitName,
"accountID": accountID,
"portRanges": portRanges,
Expand Down

0 comments on commit 960329f

Please sign in to comment.