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
Similar to #849, DWO also has an issue when using subpath mounts, where the individual volume mounts can appear in a random order. This is because the internal comparison ignores order based on volume name, but for subpath volumes, we have multiple volumes for the same configmap
As DWO encounters these entries in random order, it causes random changes to the workspace deployment, preventing the workspace from starting.