Carvel Logo

Known Limitations

  • YAML anchors and templating directive for the same YAML node are not supported.

    first: &content #@ 123
    second: *content
    

    second key-value pair will not contain 123 since YAML anchors are resolved before ytt evaluates templating directives.


(Help improve our docs: edit this page on GitHub)