Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Nov 16, 2023
1 parent 3162f03 commit 1c9aca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/object/gatewaycontroller/translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ func (st *specTranslator) updateGatewayStatus(c *gwapis.GatewayClass, g *gwapis.
}
newConditions = append(newConditions, cond)
}
newConditions = append(newConditions, condition)
gateway.Status.Conditions = newConditions
return st.k8sClient.UpdateGatewayStatus(g, gateway.Status)
}
Expand Down

0 comments on commit 1c9aca7

Please sign in to comment.