Skip to content

Commit

Permalink
Error in annotation name
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Gershkovich <[email protected]>
  • Loading branch information
ELENAGER authored and ShyamsundarR committed Jan 19, 2024
1 parent b3440a8 commit e544937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/drcluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,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)
Expand Down

0 comments on commit e544937

Please sign in to comment.