Updating helmfile state in the cluster without a helmfile apply

245 views Asked by At

is there a way to directly edit the helm state in a cluster without a helmfile apply?

We're in a situation where we need to update resources (argo rollouts) managed by helmfile from outside, i.e., using either the Java APIs or directly editing them on k9s. We have our helmfile configs pushed up on github, but simply updating these values to match the values changed via the Java API or k9s still results in a diff (which I don't want)

0

There are 0 answers