You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let ReactionChain continue in EmulateProviderConfigLabelingWebhook
Previously, the reactor manually called tracker.Add and returned handled=true,
short-circuiting the chain and sometimes causing double-add/AlreadyExists.
Now we only label the object and return handled=false so the default
ObjectReaction persists it, reducing flakes.
Also initialize the labels map and remove the unused FakeTracker parameter.
0 commit comments