We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a02928 commit 9235f95Copy full SHA for 9235f95
internal/labels/labels.go
@@ -24,7 +24,7 @@ const (
24
25
// ManagedByLabel is the label key to mark that the object is managed by a specific controller.
26
ManagedByLabel = LabelPrefix + ManagedByKey
27
- // ManagedByLabelValueIngressController is the label value that marks the object is managed byu KIC.
+ // ManagedByLabelValueIngressController is the label value that marks the object is managed by KIC.
28
ManagedByLabelValueIngressController = "kong-ingress-controller"
29
)
30
0 commit comments