Skip to content

Commit

Permalink
allow port labels to restore pod (#5350)
Browse files Browse the repository at this point in the history
Co-authored-by: olivia_chen <oliviac.github@gmail.com>
  • Loading branch information
ti-chi-bot and olivia-chen-github authored Oct 20, 2023
1 parent 2802a08 commit 6803b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fedvolumebackup/restore/restore_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ func (rm *restoreManager) buildRestoreMember(volumeRestoreName string, memberClu
Name: rm.generateRestoreMemberName(volumeRestoreName),
Namespace: memberCluster.TCNamespace,
Annotations: annotations,
Labels: labels,
},
Spec: pingcapv1alpha1.RestoreSpec{
Mode: pingcapv1alpha1.RestoreModeVolumeSnapshot,
Expand Down

0 comments on commit 6803b50

Please sign in to comment.