Static Custom
Appears in
Section titled “Appears in”.Values.persistence.$name.static
driver
Section titled “driver”Define the custom driver
| Key | persistence.$name.static.driver |
| Type | string |
| Required | ✅ |
Helm tpl | ❌ |
| Default | "" |
Example
persistence: smb-vol: type: pvc static: driver: some-driverprovisioner
Section titled “provisioner”Define the custom provisioner
| Key | persistence.$name.static.provisioner |
| Type | string |
| Required | ✅ |
Helm tpl | ❌ |
| Default | "" |
Example
persistence: smb-vol: type: pvc static: provisioner: some-provisionerFull Examples
Section titled “Full Examples”persistence: smb-vol: type: pvc static: mode: custom driver: some-driver provisioner: some-provisioner