diff --git a/controllers/drcluster_controller.go b/controllers/drcluster_controller.go index 1924878ea..1b56d5a3f 100644 --- a/controllers/drcluster_controller.go +++ b/controllers/drcluster_controller.go @@ -692,7 +692,7 @@ func (u *drclusterInstance) fenceClusterOnCluster(peerCluster *ramen.DRCluster) } annotations := make(map[string]string) - annotations[DRPCNameAnnotation] = u.object.Name // ? + annotations[DRClusterNameAnnotation] = u.object.Name nf, err := u.reconciler.MCVGetter.GetNFFromManagedCluster(u.object.Name, u.object.Namespace, peerCluster.Name, annotations)