FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
The YAML Errors That Break Your CI Pipeline at 2 AM
NewsDevOps

The YAML Errors That Break Your CI Pipeline at 2 AM

via Dev.toMichael Lip3h ago

Last month I pushed a Kubernetes deployment manifest that looked perfectly fine. The CI pipeline failed silently, the deployment never rolled out, and I spent forty minutes reading logs before I realized the problem was a single tab character in my YAML file. YAML doesn't allow tabs for indentation. Only spaces. And the error message from kubectl was completely unhelpful. YAML is everywhere in modern development. Docker Compose, GitHub Actions, Kubernetes, Ansible, CloudFormation, Helm charts, Swagger/OpenAPI specs. If you work with infrastructure or CI/CD, you write YAML daily. And YAML has a talent for failing in ways that are hard to diagnose. Here's why, and what to watch for. Indentation is structure, not style In JSON, indentation is cosmetic. You can minify an entire JSON object onto one line and it parses identically. In YAML, indentation is the syntax. It defines the hierarchy of your data. And the rules are strict. # This is valid server : port : 8080 host : localhost # This

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

Unreal Engine Hotkeys You Should Already Be Using!
News

Unreal Engine Hotkeys You Should Already Be Using!

Medium Programming • 58m ago

When Clamping Gets Expensive
News

When Clamping Gets Expensive

Medium Programming • 1h ago

FROG: Rethinking Programming for the Next Generation of Engineering Systems
News

FROG: Rethinking Programming for the Next Generation of Engineering Systems

Medium Programming • 1h ago

IBM Just Tripled Its Entry-Level Hires While Everyone Else Fires Theirs, Here’s What They Know That…
News

IBM Just Tripled Its Entry-Level Hires While Everyone Else Fires Theirs, Here’s What They Know That…

Medium Programming • 1h ago

Thunderbird: Introducing our Public Roadmaps
News

Thunderbird: Introducing our Public Roadmaps

Lobsters • 2h ago

Discover More Articles