I'm having some trouble when I try to create Helm charts. I usually start with 'helm create' as a base, but I find it challenging to build my own templates. Does anyone have a cheatsheet or tool that could help simplify this process?
1 Answer
I often use a handy resource I found at bjw-s-labs.github.io. It really simplifies things when working with Helm. Have you checked it out? It's been a game changer for me!
Wait, so you're making a YAML to manage your YAML? That's interesting!

So do you keep different values.yaml files instead of multiple charts?