Commit 9718c9e7 authored by Matt Butcher's avatar Matt Butcher
Browse files

feat(engine): add 'partial' function

This adds a context-aware template function called 'partial' that will
allow rendering other templates in a chart into a string value, which
can then be piped to other functions. Usage is something like
'{{partial 'path/to/template.yaml' | indent 2}}'

This might be a bad idea.

Closes #1005
parent be053f3c
Showing with 56 additions and 1 deletion
+56 -1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment