Che operator olm files are mangled since 7.16.0 #17480
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Comparing nightly olm file vs. 7.16.0, we see the formatting for embedded annotations has been mangled:
Also further down in the file we see another mangled formatting:
(this is comparing 7.15.2 and 7.16.0, so evidently this change happened some time after 7.15.2 was released.)
This looks to me like someone applied a
yq
transformation without using theyq -yY
flags to preserve whitespace formatting.The text was updated successfully, but these errors were encountered: