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-driver
provisioner
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-provisioner
Full Examples
Section titled “Full Examples”persistence: smb-vol: type: pvc static: mode: custom driver: some-driver provisioner: some-provisioner