Whitespace fixes

Signed-off-by: Stoned Elipot <stoned.elipot@gmail.com>
This commit is contained in:
Stoned Elipot 2022-06-05 14:10:19 +02:00
parent 6ea940e50f
commit 214d06e5cd
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}
```
```