Skip to main content

One post tagged with "yaml"

View All Tags

Edit Helmfiles with Python

· 4 min read

Editing helmfiles with ruamel.yaml in Python

Managing helmfiles in python can be tricky due to the presence of Go templates in them, which are not compatible with the standard YAML parsers. This guide demonstrates how to ignore the curly braces in helmfiles and edit them using the ruamel.yaml python library.