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
When mounting configmaps/secrets as files to a workspace, DWO currently doesn't detect path collisions (e.g. mounting two files via subpath to the same path). When this occurs, container creation will fail with a message that doesn't make the issue clear, and the DevWorkspace will fail due to a CreateContainerError event.
Instead, DWO should try to detect these issues before they occur and fail the workspace with an appropriate message.
Additional context
The text was updated successfully, but these errors were encountered:
Description
When mounting configmaps/secrets as files to a workspace, DWO currently doesn't detect path collisions (e.g. mounting two files via subpath to the same path). When this occurs, container creation will fail with a message that doesn't make the issue clear, and the DevWorkspace will fail due to a CreateContainerError event.
Instead, DWO should try to detect these issues before they occur and fail the workspace with an appropriate message.
Additional context
The text was updated successfully, but these errors were encountered: