Skip to content

Commit 1e713ab

Browse files
committed
Fix condition
1 parent 222f034 commit 1e713ab

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
@@ -433,7 +433,7 @@ func NewRouteBackendRefUnsupportedProtocol(msg string) Condition {
433433
return Condition{
434434
Type: string(v1.RouteConditionResolvedRefs),
435435
Status: metav1.ConditionFalse,
436-
Reason: string(RouteReasonBackendRefUnsupportedValue),
436+
Reason: string(RouteReasonBackendRefUnsupportedProtocol),
437437
Message: msg,
438438
}
439439
}

0 commit comments

Comments
 (0)