diff options
Diffstat (limited to 'docs/content/en/reference')
| -rw-r--r-- | docs/content/en/reference/guides/templating.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/content/en/reference/guides/templating.md b/docs/content/en/reference/guides/templating.md index c95e9329d..b20a0b37b 100644 --- a/docs/content/en/reference/guides/templating.md +++ b/docs/content/en/reference/guides/templating.md @@ -56,6 +56,26 @@ The following functions which mimic the behaviour of helm exist in most templati - b64dec - b32enc - b32dec +- list +- dict +- get +- set +- isAbs +- base +- dir +- ext +- clean +- osBase +- osClean +- osDir +- osExt +- osIsAbs +- deepEqual +- typeOf +- typeIs +- typeIsLike +- kindOf +- kindIs See the [Helm Documentation](https://helm.sh/docs/chart_template_guide/function_list/) for more information. Please note that only the functions listed above are supported and the functions don't necessarily behave exactly the same. |
