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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
rollouts-pod-template-hashdisappears and subsequently the blue-green deployment is fast-tracked, due to: https://github.com/argoproj/argo-rollouts/blob/master/rollout/bluegreen.go#L121-L123Has anyone in here experienced something similar?
Beta Was this translation helpful? Give feedback.
All reactions