←back to thread

210 points mmoogle | 1 comments | | HN request time: 0s | source
Show context
dpkirchner ◴[] No.44610377[source]
Maybe this will finally break me of my habit of using helm charts, period.
replies(4): >>44610605 #>>44610877 #>>44610954 #>>44612370 #
cheshire_cat ◴[] No.44610605[source]
Why do you want to stop using helm charts? Genuine question, as I'm new to Kubernetes and helm.
replies(4): >>44610615 #>>44610658 #>>44610858 #>>44611287 #
chuckadams ◴[] No.44610615[source]
Write a few Helm charts and you'll understand why people want to stop using it. `nindent` will become a curse word in your vocabulary. It's a fine tool at the user level, but the DX is an atrocity.
replies(2): >>44610629 #>>44610659 #
cbzbc ◴[] No.44610659[source]
What are you planning on moving to ?
replies(2): >>44611445 #>>44611736 #
1. dpkirchner ◴[] No.44611736{3}[source]
I'm using either opentofu(terraform) or plain yaml. I'm not a huge fan of HCL but at least it is structured and easily manipulated without worrying about whitespace.