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
I wantI want to be able to link a persistent volume to multiple containers
so thatMy pods containers can access my persistent volume in my infrastructure.
Acceptance Criteria
Expected Behavior
When I am in the draw view, Then I draw a pod with a container inside of it and a persistent volume, When I link the container with the persistent volume, Then The "VolumeMount" field of my container is updated and now contains the persistent volume. And In the text view, the pod file should be like in the following image:
The text was updated successfully, but these errors were encountered:
Description
As a
User
,I want
I want to be able to link a persistent volume to multiple containers
so that
My pods containers can access my persistent volume in my infrastructure
.Acceptance Criteria
Expected Behavior
When I am in the draw view,
Then I draw a pod with a container inside of it and a persistent volume,
When I link the container with the persistent volume,
Then The "VolumeMount" field of my container is updated and now contains the persistent volume.
And In the text view, the pod file should be like in the following image:
The text was updated successfully, but these errors were encountered: