Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
Signed-off-by: qicz <[email protected]>
  • Loading branch information
qicz committed Oct 25, 2024
1 parent 1800899 commit dcbf112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/provider/kubernetes/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,9 @@ func (r *gatewayAPIReconciler) updateStatusForGatewayClass(
panic(fmt.Sprintf("unsupported object type %T", obj))
}

if isStatusEqual(gcs.Status.Conditions, gc.Status.Conditions) {
return true
}
// if isStatusEqual(gcs.Status.Conditions, gc.Status.Conditions) {
// return true
// }

gcs.Status.Conditions = status.SetGatewayClassAccepted(gc, accepted, reason, msg).Status.Conditions
return false
Expand Down

0 comments on commit dcbf112

Please sign in to comment.