Skip to content

Commit 016ec74

Browse files
committed
Fix condition
1 parent e883c48 commit 016ec74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/state/conditions/conditions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ func NewRouteBackendRefUnsupportedProtocol(msg string) Condition {
408408
return Condition{
409409
Type: string(v1.RouteConditionResolvedRefs),
410410
Status: metav1.ConditionFalse,
411-
Reason: string(RouteReasonBackendRefUnsupportedValue),
411+
Reason: string(RouteReasonBackendRefUnsupportedProtocol),
412412
Message: msg,
413413
}
414414
}

0 commit comments

Comments
 (0)