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