Skip to content

Commit 9235f95

Browse files
randmonkeypmalek
andauthored
Update internal/labels/labels.go
Co-authored-by: Patryk Małek <[email protected]>
1 parent 7a02928 commit 9235f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/labels/labels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424

2525
// ManagedByLabel is the label key to mark that the object is managed by a specific controller.
2626
ManagedByLabel = LabelPrefix + ManagedByKey
27-
// ManagedByLabelValueIngressController is the label value that marks the object is managed byu KIC.
27+
// ManagedByLabelValueIngressController is the label value that marks the object is managed by KIC.
2828
ManagedByLabelValueIngressController = "kong-ingress-controller"
2929
)
3030

0 commit comments

Comments
 (0)