Skip to content

Commit 1e200a5

Browse files
authored
Add Sprig functions to GRC template doc (stolostron#6417)
ref: https://issues.redhat.com/browse/ACM-11548 Signed-off-by: Dale Haiducek <[email protected]>
1 parent 1178684 commit 1e200a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

governance/template_functions.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Additionally, {product-title-short} supports the following template functions th
495495
| `default`, `empty`, `fromJson`, `mustFromJson`, `ternary`, `toJson`, `toRawJson`
496496

497497
| Dictionaries and dict
498-
| `dig`
498+
| `dict`, `dig`, `get`, `hasKey`, `merge`, `mustMerge`, `set`, `unset`
499499

500500
| Integer math
501501
| `add`, `mul`, `div`, `round`, `sub`
@@ -507,7 +507,7 @@ Additionally, {product-title-short} supports the following template functions th
507507
| `append`, `concat`, `has`, `list`, `mustAppend`, `mustHas`, `mustPrepend`, `mustSlice`, `prepend`, `slice`
508508

509509
| String functions
510-
| `cat`, `contains`, `hasPrefix`, `hasSuffix`, `join`, `lower`, `quote`, `replace`, `split`, `splitn`, `substr`, `trim`, `trimAll`, `trunc`, `upper`
510+
| `cat`, `contains`, `hasPrefix`, `hasSuffix`, `join`, `lower`, `mustRegexFind`, `mustRegexFindAll`, `mustRegexMatch`, `quote`, `regexFind`, `regexFindAll`, `regexMatch`, `regexQuoteMeta`, `replace`, `split`, `splitn`, `substr`, `trim`, `trimAll`, `trunc`, `upper`
511511

512512
| Version comparison
513513
| `semver`, `semverCompare`

0 commit comments

Comments
 (0)