Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 687 Bytes

V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginComponentsItemsContainerVolumeMounts.md

File metadata and controls

14 lines (7 loc) · 687 Bytes

V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginComponentsItemsContainerVolumeMounts

Volume that should be mounted to a component container

Properties

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]