Skip to content

Commit

Permalink
Fix label naming issue for restore helper
Browse files Browse the repository at this point in the history
Signed-off-by: danfengl <danfengl@vmware.com>
  • Loading branch information
danfengliu committed Oct 20, 2022
1 parent c533922 commit 0ceafeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/util/velero/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ func patchResources(ctx context.Context, resources *unstructured.UnstructuredLis
Name: "restic-restore-action-config",
Namespace: namespace,
Labels: map[string]string{
"velero.io/plugin-config": "",
"velero.io/restic": "RestoreItemAction",
"velero.io/plugin-config": "",
"velero.io/pod-volume-restore": "RestoreItemAction",
},
},
Data: map[string]string{
Expand Down

0 comments on commit 0ceafeb

Please sign in to comment.