Skip to content

Volume1

Key Value
type object
relationship Package -> Pipeline -> Volume1
object path $.pipelines[*].volumes[*]
package file path {package-root}/pipelines/{pipeline-name}.yaml

Fields

Field Type Required Description Constraints Default
mountPath string yes Volume mount location within container pattern: "^\\/+([a-zA-Z0-9_.-]+\\/*)+$" -
name string yes Existing PVC name to attach to Pipeline pattern: "^[a-z0-9]([a-z0-9-]*[a-z0-9])?$", max length: 253 -
readOnly boolean | null no Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. - null

No linked schemas.

Used In

Back to top