mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 19:56:06 +00:00
@@ -1256,7 +1256,6 @@ func (ctx *restoreContext) restoreItem(obj *unstructured.Unstructured, groupReso
|
||||
addRestoreLabels(obj, ctx.restore.Name, ctx.restore.Spec.BackupName)
|
||||
|
||||
// Clear out status.
|
||||
|
||||
objWithoutStatus := obj.DeepCopy()
|
||||
if objWithoutStatus, err = resetStatus(objWithoutStatus); err != nil {
|
||||
errs.Add(namespace, err)
|
||||
|
||||
Reference in New Issue
Block a user