You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this issue when rendering out a k8s ConfigMap.
I had the contents of a config file render as a large ugly json string and it took me a while to workout why this was happening.
It's not that I want to keep the trailing whitespace it's more that having it results in difficult to diagnose issue as to why it was not using multiline output.
If we modify the example on the home page
To include a space char after
test string with
then the output is not a multiline yaml string as expected.The text was updated successfully, but these errors were encountered: