Users will visit https://che-eclipse-che.192.168.0.1.nip.io/#https://github.com/test/eclipse-che It has the devfile to create the workspace.
First user registration will happen via keycloak and then the workspace will be created. This means a new kubernetes namespace will also be created for the user.
In the devfile I have the environment variable:
env:
- value: /C/Users/Administrator/.m2:/home/user/.m2
name: CHE_WORKSPACE_VOLUME
But the volume is not available in the workspace. What am I doing wrong?