Replies: 2 comments 4 replies
-
Simple example that shows the deficiency: console.log(YAML.parseDocument(`metadata:
labels:
# {{ include "app.resource_labels" . | indent 4 }}`).toString()); Produces: metadata:
? labels
# {{ include "app.resource_labels" . | indent 4 }} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please try this with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the desired result:
Note that
labels
does not have a value.This is a valid YAML, though I don't see a way to create it using this API.
Beta Was this translation helpful? Give feedback.
All reactions