Whitespace fixes
Signed-off-by: Stoned Elipot <stoned.elipot@gmail.com>
This commit is contained in:
parent
6ea940e50f
commit
214d06e5cd
|
|
@ -1,6 +1,6 @@
|
||||||
# Template Functions
|
# Template Functions
|
||||||
|
|
||||||
#### `requiredEnv`
|
#### `requiredEnv`
|
||||||
The `requiredEnv` function allows you to declare a particular environment variable as required for template rendering.
|
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.
|
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
|
```yaml
|
||||||
{{ $expandSecretRefs := $value | expandSecretRefs }}
|
{{ $expandSecretRefs := $value | expandSecretRefs }}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue