Volume that should be mounted to a component container
Name | Type | Description | Notes |
---|---|---|---|
name | String | The volume mount name is the name of an existing `Volume` component. If several containers mount the same volume name then they will reuse the same volume and will be able to access to the same files. | |
path | String | The path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/<name>`. | [optional] |