Skip to content

Commit

Permalink
Check for Storage Class Present in Restore Cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
pallav-px committed Oct 25, 2023
1 parent 70afc2b commit 1420b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/dataexport/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (c *Controller) sync(ctx context.Context, in *kdmpapi.DataExport) (bool, er
data := updateDataExportDetail{
stage: kdmpapi.DataExportStageCleanup,
status: dataExport.Status.Status,
reason: "",
reason: dataExport.Status.Reason,
}
return false, c.updateStatus(dataExport, data)
}
Expand Down

0 comments on commit 1420b9c

Please sign in to comment.