Hacker News new | ask | show | jobs
by dwroberts 297 days ago
You could always put the helm chart in a Kustomize and change the things you don’t like.

—-enable-helm isn't supported everywhere but Argo definitely allows it

1 comments

We just went through this whole Kustomize shenanigan in our company. Seems completely asinine. Why not just fork the chart, fix it yourself?
... or the quite common case, make helm write the template once, fix, port to your own process, delete helm, live happy
> live happy

Until the next major upgrade.

In my experience, an update big enough to require major rewrite, probably should require a portion of this process to figure just what is the upgrade path.