diff --git a/velero/helmrelease-velero.yaml b/velero/helmrelease-velero.yaml index 90700aa..1176dc6 100644 --- a/velero/helmrelease-velero.yaml +++ b/velero/helmrelease-velero.yaml @@ -16,6 +16,7 @@ spec: timeout: 5m releaseName: velero values: + deployNodeAgent: true initContainers: - name: velero-plugin-for-aws image: velero/velero-plugin-for-aws:v1.9.0 @@ -42,12 +43,13 @@ spec: features: EnableCSI schedules: daily-backup: - disabled: false + disabled: true schedule: "0 0 * * *" # once a day, at midnight useOwnerReferencesInBackup: false template: ttl: "240h" storageLocation: backblaze # use the same name you defined above in backupStorageLocation + snapshotMoveData: true resourcePolicy: kind: configmap name: resource-policies-configmap