[Fleet] fleet misrenders yaml string literal #200449
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Fleet
Team label for Observability Data Collection Fleet team
Fleet appears to render invalid yaml in some cases. Finer details in internal backlink that will appear below, but the summary is that the user is using the CEL input and has a program that looks like this:
but is rendered as this in the pre-config:
This is broken because correct parsers expect the indentation to be 4, but all lines after the first are indented at 2. This breaks tools that need to be able to consume diagnostic bundles.
The stack version being used here is v8.15.2.
The text was updated successfully, but these errors were encountered: