Merge pull request #4518 from ywk253100/220112_restic_prune

Fix bug to make the restic prune frequency configurable
pull/4697/head
qiuming 2022-02-24 14:20:34 +08:00 committed by GitHub
commit 17043cd5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
Fix bug to make the restic prune frequency configurable

View File

@ -160,7 +160,6 @@ func (r *repositoryEnsurer) EnsureRepo(ctx context.Context, namespace, volumeNam
Spec: velerov1api.ResticRepositorySpec{
VolumeNamespace: volumeNamespace,
BackupStorageLocation: backupLocation,
MaintenanceFrequency: metav1.Duration{Duration: DefaultMaintenanceFrequency},
},
}