This documentation is for not yet released version of ytt. For the documentation of the latest release version, 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)