DEV Community

Discussion on: Use Kustomize to post-render Helm charts in ArgoCD

Collapse
 
seanolad profile image
Sean

Wait could you explain what this post is about?

Collapse
 
dave08 profile image
dave08 • Edited

Sorry, I mean my desired kustomize setup would be:

[chart files...]
all.yaml
overlays/
|_dev/...
|_prod/...

and I point two argo apps one to dev and the other to prod, that's really the point of kustomize for me, is apart the final mile touches, I can configure for different environments... so I used to use replicated/ship to turn the helm chart into kustomize, and then I would add the overlays -- but they're not really updating that tool anymore. So with your technique, I could adapt it to what I wrote above. Unless you have some better advice for this?

Thread Thread
 
seanolad profile image
Sean

No, I didn't know that kustomize existed until today. After reading some of this I've genuinely been enlightened.