fix(docs): typo in templating_funcs.md (#1194)
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
991c907607
commit
1e5201c414
|
|
@ -137,7 +137,7 @@ The `expandSecretRefs` function takes an object as the argument and expands ever
|
|||
#### `include`
|
||||
The 'include' function allows including and rendering nested templates. The function returns the created template or an error if any occurred. It will load functions from `_*.tpl` files in the directory where the helmfile.yaml is located.
|
||||
|
||||
For nested helmfile.yaml files, it will load `_*.tpl` files in the directory where each nested helmfile.yaml is located. example: [include](https://github.com/helmfile/helmfile/tree/main/test/integration/test-cases/include-template-funch/input)
|
||||
For nested helmfile.yaml files, it will load `_*.tpl` files in the directory where each nested helmfile.yaml is located. example: [include](https://github.com/helmfile/helmfile/tree/main/test/integration/test-cases/include-template-func/input)
|
||||
```yaml
|
||||
{{ include "my-template" . }}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue