To get CI green on the initial publish, .yamllint disables several cosmetic rules (indentation, colons, braces, document-start, line-length) that the vendored upstream manifests do not follow. Structural checks (syntax, duplicate keys, empty values, trailing whitespace) remain enabled.
Action (optional, quality): progressively normalize the vendored YAML (consistent indentation, --- document starts, brace/colon spacing) and re-enable the corresponding rules. line-length should stay disabled because some manifests embed machine-generated Grafana dashboard JSON on single long lines.
Context: see the CI setup in .github/workflows/ci.yml and .yamllint.
Generated by Coder Agents, on behalf of @ausbru87.
To get CI green on the initial publish,
.yamllintdisables several cosmetic rules (indentation,colons,braces,document-start,line-length) that the vendored upstream manifests do not follow. Structural checks (syntax, duplicate keys, empty values, trailing whitespace) remain enabled.Action (optional, quality): progressively normalize the vendored YAML (consistent indentation,
---document starts, brace/colon spacing) and re-enable the corresponding rules.line-lengthshould stay disabled because some manifests embed machine-generated Grafana dashboard JSON on single long lines.Context: see the CI setup in
.github/workflows/ci.ymland.yamllint.Generated by Coder Agents, on behalf of @ausbru87.