Skip to content

Commit b2017c1

Browse files
committed
fix label value of secret to store license
1 parent a278f8c commit b2017c1

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
@@ -25,7 +25,7 @@ const (
2525
// ManagedByLabel is the label key to mark that the object is managed by a specific controller.
2626
ManagedByLabel = LabelPrefix + ManagedByKey
2727
// ManagedByLabelValueIngressController is the label value that marks the object is managed byu KIC.
28-
ManagedByLabelValueIngressController = LabelPrefix + "/ingress-controller"
28+
ManagedByLabelValueIngressController = "kong-ingress-controller"
2929
)
3030

3131
// ValidateType indicates the type of validation applied to a Secret.

0 commit comments

Comments
 (0)