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 have a similar Issue, if there are multiple comment line a blank line is inserted.
global:
# BUG: Elasticsearch does not support network file systems (NFS). Usage of NFS may cause data corruption.# NOTE: xxxxx by default, use 'xxxxx' insteaddefaultStorageClass: "xxx"# TEMPLATE: default "storageClass: """
should still be:
global:
# BUG: Elasticsearch does not support network file systems (NFS). Usage of NFS may cause data corruption.# NOTE: xxxxx by default, use 'xxxxx' insteaddefaultStorageClass: "xxx"# TEMPLATE: default "storageClass: """
Describe the bug
evaluate
command moves comments to a different lineVersion of yq: 4.44.3
Operating system: mac
Installed via: homebrew
Input Yaml
data1.yml:
Command
Actual behavior
Expected behavior
Additional context
It works OK when there is no empty line between the comments (line number 9).
The text was updated successfully, but these errors were encountered: