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
helmfmt — Finally, a Formatter for Helm Charts
How-ToDevOps

helmfmt — Finally, a Formatter for Helm Charts

via Dev.todigitalstudium3w ago

If you work with Helm, you know the pain: Go-template directives scattered across YAML files with no consistent indentation. Standard YAML formatters can't help — they don't understand Go templates. And gofmt doesn't know about YAML. helmfmt fills this gap. What It Does helmfmt creates consistent formatting for Helm templates. It auto-aligns Go-template indentation for control blocks (e.g., {{ if ... }} , {{ range ... }} ), variables, and comments, improving readability. Importantly, it does not affect raw YAML structure, keeping your chart valid while making it cleaner. What Gets Formatted The tool handles indentation for control blocks ( range , with , define , block ), branching ( if , else , else if , end ), variables ( {{ $var := ... }} ), and some functions like fail , printf , etc. Comments ( {{/* ... */}} ) are also covered. Flexible Configuration helmfmt can be configured using a .helmfmt file in JSON format, where you can tweak indent size, file extensions, and toggle indenta

Continue reading on Dev.to

Opens in a new tab

Read Full Article
14 views

Related Articles

150 million users later, Roblox competitor Rec Room is shutting down
How-To

150 million users later, Roblox competitor Rec Room is shutting down

The Verge • 2d ago

Here are our favorite spring cleaning deals from Amazon’s Big Spring Sale
How-To

Here are our favorite spring cleaning deals from Amazon’s Big Spring Sale

The Verge • 2d ago

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
How-To

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

TechCrunch • 2d ago

Build Days That Actually Mean Something
How-To

Build Days That Actually Mean Something

Medium Programming • 2d ago

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 2d ago

Discover More Articles