Content in curly braces is formatted #1421
Unanswered
huangyutongs
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The underlying yaml parser tries its best to preserve white-space and indentation - but it is lossy. I can't do much about it sorry. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following value.yaml
implement
yq .operations.image.tag=v2 values-beta.yaml
actual effect
The contents of the curly braces are displayed as one line,How to avoid this problem, I just want it to replace my mirror tag
Beta Was this translation helpful? Give feedback.
All reactions