|
Hi, I have a service similar to the Helm example: https://github.com/argoproj/argo-rollouts/tree/master/examples/helm-blue-green When running helm upgrade, Helm replaces my service-selector instead of "merging" it, meaning that Has anyone in here experienced something similar? |
Answered by
johanot
Mar 26, 2026
Replies: 1 comment
|
It looks like it is related to upgrade to Helm v4 and ServerSideApply.. When I disable SSA, the service selector is not replaced, but instead merged. |
0 replies
Answer selected by
kostis-codefresh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like it is related to upgrade to Helm v4 and ServerSideApply.. When I disable SSA, the service selector is not replaced, but instead merged.