Skip to content

Commit

Permalink
Merge pull request #8622 from sseago/datamover-new-ns-1.15
Browse files Browse the repository at this point in the history
[release-1.15] Datamover new ns 1.15
  • Loading branch information
Lyndon-Li authored Jan 16, 2025
2 parents 804d73c + 233f3d0 commit 0d18f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/unreleased/8622-sseago
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Always create DataUpload configmap in restore namespace
2 changes: 1 addition & 1 deletion pkg/restore/actions/dataupload_retrieve_action.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (d *DataUploadRetrieveAction) Execute(input *velero.RestoreItemActionExecut
},
ObjectMeta: metav1.ObjectMeta{
GenerateName: dataUpload.Name + "-",
Namespace: dataUpload.Namespace,
Namespace: input.Restore.Namespace,
Labels: map[string]string{
velerov1api.RestoreUIDLabel: label.GetValidName(string(input.Restore.UID)),
velerov1api.PVCNamespaceNameLabel: label.GetValidName(dataUpload.Spec.SourceNamespace + "." + dataUpload.Spec.SourcePVC),
Expand Down

0 comments on commit 0d18f1d

Please sign in to comment.