diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-01-03 14:49:02 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-03 14:49:02 +1100 |
| commit | 1c3219e93f16cde768d90be3b360f0c6c78231cf (patch) | |
| tree | acd013597163fcea4cae930aa6df50983740c85f /docs/content/en/reference/guides/templating.md | |
| parent | acaadd81cbd5f43a160b96d6babdfee13f68f9fd (diff) | |
perf(server): cached openapi document (#4674)
This should lead to a small performance gain by caching the openapi.yml with etags as well as eliminating the use of nonce crypto generation when not required.
Diffstat (limited to 'docs/content/en/reference/guides/templating.md')
| -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. |
