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 using git credentials in a namespace, the DevWorkspace Operator will mount a specifically-created gitconfig to /etc/gitconfig (in order for it to be the config for all containers).
However, this will collide with any manually created gitconfigs the user may create (e.g. in the flow from #710), resulting in workspaces failing to start.
Description
When using git credentials in a namespace, the DevWorkspace Operator will mount a specifically-created gitconfig to
/etc/gitconfig
(in order for it to be the config for all containers).However, this will collide with any manually created gitconfigs the user may create (e.g. in the flow from #710), resulting in workspaces failing to start.
How To Reproduce
Expected behavior
We should consider either merging the two gitconfigs or working around the incompatibility in another way.
Additional context
The text was updated successfully, but these errors were encountered: