Skip to content

Commit 77dfc82

Browse files
Update utils.go
1 parent 62bd318 commit 77dfc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
LabelServiceImportName = "multicluster.kubernetes.io/service-name"
2323

2424
// LabelEntityManagedBy indicates the name of the entity that manages the EndpointSlice.
25-
LabelEntityManagedBy = "multicluster.kubernetes.io/managed-by"
25+
LabelEntityManagedBy = "endpointslice.kubernetes.io/managed-by"
2626

2727
// ValueEntityManagedBy indicates the name of the entity that manages the EndpointSlice.
2828
ValueEntityManagedBy = "aws-cloud-map-mcs-controller-for-k8s"

0 commit comments

Comments
 (0)