Skip to content

Commit 2ffbbb0

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent 5492b06 commit 2ffbbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func SetRouteConditionResolvedRefs(routeParentStatus *gatewayv1.RouteParentStatu
266266

267267
condition := metav1.Condition{
268268
Type: string(gatewayv1.RouteConditionResolvedRefs),
269-
Status: ConditionStatus(status == metav1.ConditionTrue),
269+
Status: status,
270270
Reason: reason,
271271
ObservedGeneration: generation,
272272
Message: message,

0 commit comments

Comments
 (0)