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 a278f8c commit b2017c1Copy full SHA for b2017c1
internal/labels/labels.go
@@ -25,7 +25,7 @@ const (
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.
28
- ManagedByLabelValueIngressController = LabelPrefix + "/ingress-controller"
+ ManagedByLabelValueIngressController = "kong-ingress-controller"
29
)
30
31
// ValidateType indicates the type of validation applied to a Secret.
0 commit comments