Skip to content

Commit

Permalink
Update projects/gateway2/controller/controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jenny Shu <[email protected]>
  • Loading branch information
sheidkamp and jenshu authored Jan 30, 2025
1 parent 3e3b478 commit 0500463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/gateway2/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (c *controllerBuilder) watchGw(ctx context.Context) error {
var gwList apiv1.GatewayList
err := cli.List(ctx, &gwList, client.InNamespace(corev1.NamespaceAll))
if err != nil {
log.Error(err, "could not list Secrets", "namespace", corev1.NamespaceAll)
log.Error(err, "could not list Gateways", "namespace", corev1.NamespaceAll)
return reqs
}

Expand Down

0 comments on commit 0500463

Please sign in to comment.