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
Allow DevWorkspaceTemplate to notify the controller to mount a given volumePath to all containers
Additional context
use-case: As editors could run inside the user containers, there is a need to be able to execute the container from this volume.
But we can't require to have all devfiles adding a volume that they don't know about.
So I would know if I could use some annotations to notify that I want that a volume could be added in all containers.
Note
It would be fine to only mount the volume in the first available container or a container being annotated
The text was updated successfully, but these errors were encountered:
Also based on the feedback, it could be mounted just on a given container (like the first one having mountSources:true)
And like we can assign a main endpoint, we could assign a 'main' container as well.
Description
Allow DevWorkspaceTemplate to notify the controller to mount a given volumePath to all containers
Additional context
use-case: As editors could run inside the user containers, there is a need to be able to execute the container from this volume.
But we can't require to have all devfiles adding a volume that they don't know about.
So I would know if I could use some annotations to notify that I want that a volume could be added in all containers.
Note
It would be fine to only mount the volume in the first available container or a container being annotated
The text was updated successfully, but these errors were encountered: