Skip to content

Commit bbd11b2

Browse files
ELENAGERBenamarMk
authored andcommitted
Error in annotation name
Signed-off-by: Elena Gershkovich <[email protected]> (cherry picked from commit e544937)
1 parent a5b5ba9 commit bbd11b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/drcluster_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ func (u *drclusterInstance) fenceClusterOnCluster(peerCluster *ramen.DRCluster)
692692
}
693693

694694
annotations := make(map[string]string)
695-
annotations[DRPCNameAnnotation] = u.object.Name // ?
695+
annotations[DRClusterNameAnnotation] = u.object.Name
696696

697697
nf, err := u.reconciler.MCVGetter.GetNFFromManagedCluster(u.object.Name,
698698
u.object.Namespace, peerCluster.Name, annotations)

0 commit comments

Comments
 (0)