Remix.run Logo
dwroberts 5 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

lijok 5 days ago | parent [-]

We just went through this whole Kustomize shenanigan in our company. Seems completely asinine. Why not just fork the chart, fix it yourself?

p_l 5 days ago | parent [-]

... or the quite common case, make helm write the template once, fix, port to your own process, delete helm, live happy

benterix 3 days ago | parent [-]

> live happy

Until the next major upgrade.

p_l 3 days ago | parent [-]

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.