Custom

When you wish to specify a custom volume, you can use the custom type. This can be used for example to mount configMap or Secret objects.

See the Kubernetes docs for more information.

FieldMandatoryDocs / Description
enabledYes
typeYes
volumeSpecYesDefine the raw Volume spec here.
mountPathNoWhere to mount the volume in the main container. Defaults to the value of hostPath.
readOnlyNoSpecify if the volume should be mounted read-only.
nameOverrideNoOverride the name suffix that is used for this volume.