Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
  • Loading branch information
chauhanshubham committed Nov 30, 2022
1 parent 4ce9fd0 commit 3f725dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/kubernetes/predicates.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (r *gatewayAPIReconciler) validateSecretForReconcile(obj client.Object) boo
}

for _, gw := range gwList.Items {
gw := gw
if !r.validateGatewayForReconcile(&gw) {
return false
}
Expand Down

0 comments on commit 3f725dd

Please sign in to comment.