Also keep local snapshots
This commit is contained in:
parent
c7a6703dfa
commit
5aed410550
|
@ -15,6 +15,7 @@ spec:
|
|||
values:
|
||||
credentials:
|
||||
useSecret: false
|
||||
deployNodeAgent: true
|
||||
configuration:
|
||||
features: EnableCSI
|
||||
defaultSnapshotMoveData: true
|
||||
|
@ -41,9 +42,10 @@ spec:
|
|||
s3Url: https://s3.eu-central-003.backblazeb2.com
|
||||
checksumAlgorithm: ""
|
||||
default: true
|
||||
snapshotsEnabled: false
|
||||
volumeSnapshotLocation: []
|
||||
deployNodeAgent: true
|
||||
defaultVolumeSnapshotLocation: csi:csi
|
||||
volumeSnapshotLocation:
|
||||
- name: csi
|
||||
provider: csi
|
||||
initContainers:
|
||||
- name: velero-plugin-for-aws
|
||||
image: velero/velero-plugin-for-aws:v1.11.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user