• Matt Butcher's avatar
    feat(engine): add 'partial' function · 9718c9e7
    Matt Butcher authored
    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
    9718c9e7
engine.go 7.38 KB