V220DevfileParentComponentsItemsContainerVolumeMounts

June 1, 2022 ยท View on GitHub

Volume that should be mounted to a component container

Properties

NameTypeDescriptionNotes
nameStringThe 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.
pathStringThe path in the component container where the volume should be mounted. If not path is mentioned, default path is the is `/<name>`.[optional]