From 6ea940e50f2d8f3d7ca7675b16da7b92d6615626 Mon Sep 17 00:00:00 2001 From: Stoned Elipot Date: Sun, 5 Jun 2022 14:09:34 +0200 Subject: [PATCH 1/2] Fix documentation link Signed-off-by: Stoned Elipot --- docs/templating_funcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templating_funcs.md b/docs/templating_funcs.md index 80270f5c..f2eb9acf 100644 --- a/docs/templating_funcs.md +++ b/docs/templating_funcs.md @@ -86,7 +86,7 @@ The `fetchSecretValue` function parses the argument as a [vals](https://github.c ``` #### `expandSecretRefs` -The `expandSecretRefs` function takes an object as the argument and expands every [vals](https://github.com/variantdev/vals) secret reference URL embedded in the object's values. See ["Remote Secrets" page in our documentation](./templating_funcs.md) for more information. +The `expandSecretRefs` function takes an object as the argument and expands every [vals](https://github.com/variantdev/vals) secret reference URL embedded in the object's values. See ["Remote Secrets" page in our documentation](./remote-secrets.md) for more information. ```yaml {{ $expandSecretRefs := $value | expandSecretRefs }} From 214d06e5cd38f58f6133e23acd5937efa7763645 Mon Sep 17 00:00:00 2001 From: Stoned Elipot Date: Sun, 5 Jun 2022 14:10:19 +0200 Subject: [PATCH 2/2] Whitespace fixes Signed-off-by: Stoned Elipot --- docs/templating_funcs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templating_funcs.md b/docs/templating_funcs.md index f2eb9acf..dab53dc1 100644 --- a/docs/templating_funcs.md +++ b/docs/templating_funcs.md @@ -1,6 +1,6 @@ # Template Functions -#### `requiredEnv` +#### `requiredEnv` The `requiredEnv` function allows you to declare a particular environment variable as required for template rendering. If the environment variable is unset or empty, the template rendering will fail with an error message. @@ -90,4 +90,4 @@ The `expandSecretRefs` function takes an object as the argument and expands ever ```yaml {{ $expandSecretRefs := $value | expandSecretRefs }} -``` \ No newline at end of file +```