Volume Snapshot
Appears in
.Values.volumeSnapshots
volumeSnapshots
Define a volume snapshot
Key | volumeSnapshots |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
$name
Define a volume snapshot
Key | volumeSnapshots.$name |
Type | map |
Required | ❌ |
Helm tpl | ❌ |
Default | {} |
Example
labels
Define the labels of the volume snapshot
Key | volumeSnapshots.$name.labels |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
annotations
Define the annotations of the volume snapshot class
Key | volumeSnapshots.$name.annotations |
Type | map |
Required | ❌ |
Helm tpl | ✅ (On value only) |
Default | {} |
Example
enabled
Enable volume snapshot
Key | volumeSnapshots.$name.enabled |
Type | bool |
Required | ✅ |
Helm tpl | ✅ |
Default | false |
Example
source
Define the source of the volume snapshot
Key | volumeSnapshots.$name.source |
Type | map |
Required | ✅ |
Helm tpl | ❌ |
Default | {} |
Example
volumeSnapshotContentName
Define the volume snapshot content name
Key | volumeSnapshots.$name.source.volumeSnapshotContentName |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | "" |
Example
persistentVolumeClaimName
Define the persistent volume claim name
Key | volumeSnapshots.$name.source.persistentVolumeClaimName |
Type | string |
Required | ❌ |
Helm tpl | ❌ |
Default | "" |
Example