Skip to content

Commit

Permalink
add base64 functions to custom function docs
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
  • Loading branch information
AverageMarcus committed Oct 14, 2021
1 parent e1b2980 commit 73a97c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/Writing policies/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ This ordering makes it possible to use request data when defining the context, a
In addition to the list of [built-in functions JMESPath](https://jmespath.org/specification.html#builtin-functions) offers, Kyverno augments these by adding several others which make it even easier to craft Kubernetes policies.

```
base64_decode(string) string
base64_encode(string) string
compare(string, string) bool
contains(string, string) bool
equal_fold(string, string) bool
Expand Down

0 comments on commit 73a97c2

Please sign in to comment.