←back to thread

213 points mmoogle | 1 comments | | HN request time: 1.344s | 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 #
1. EdwardDiego ◴[] No.44611287[source]
Golang string templating in a whitespace sensitive config language suuuuucks.

I might use Helm charts for initial deploys of operators, but that's about it.

Kustomize is, IMO, a better approach if you need to dynamically modify the YAML of your resources and tools like ArgoCD support it.