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
There's a long saga related to this particular issue. Short answer is to update to v3. See #166 and #670 . You can also maintain a fork or use unexported variables via unsafe.
The change to the default line wrapping behavior was made to both v2 and v3, but v2 was rolled back after it broke a lot of kubernetes (and elsewhere) tests.
yamlv2 will make a new line when my string is too long, how can i cancel newline ? my string actually is command and has some spaces.
The text was updated successfully, but these errors were encountered: