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
Fix(multiplayer): Make retoolService selector consistent between Service and Deployment (#235)
When fullnameOverride is set, the Service and Deployment selectors for
multiplayer-ws become inconsistent, causing the Service to not properly
target the Deployment pods.
This change ensures both use the same template "retool.multiplayer.name",
making them consistent regardless of configuration values.
0 commit comments