Merge pull request #4518 from ywk253100/220112_restic_prune
Fix bug to make the restic prune frequency configurablepull/4697/head
commit
17043cd5cd
|
@ -0,0 +1 @@
|
|||
Fix bug to make the restic prune frequency configurable
|
|
@ -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},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue