-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested Yaml question #249
Comments
I assume value of Unfortunately I don't know what might have changed here. It might make sense to see what 2.11.4 does to maybe pinpoint change(s) to logic. I suspect this is related to logic wrt escaping of unsafe values. |
I tried |
I did some digging. The difference happens there: The affected condition ( |
Yes. This is difficult because leaving out quoting is dangerous. But I know that use case of "just leave out minimally processed chunk to use in k8s manifests (Helm Charts, whatever)" is pretty common and this is problematic for user-editability. This is probably related to #246. |
Also forgot to mention that a unit test would be needed to show details (explanation alone is not sufficient to reproduce). |
Hi. I was using version 2.10.5 and my code was able to process nested yamls correctly. With version 2.12.2 I am not able to make it work.
Code:
Output with version 2.10.5
Output with version 2.12.2
Am I missing some serialization option?
The text was updated successfully, but these errors were encountered: