Documentation for version v0.49.x is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.
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)