Skip to content

Commit

Permalink
Update controller/konnect/reconciler_konnectapiauth_watch.go
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Burzyński <[email protected]>
  • Loading branch information
pmalek and czeslavo committed Aug 8, 2024
1 parent 2a3bc34 commit 9d0105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/konnect/reconciler_konnectapiauth_watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func listKonnectAPIAuthConfigurationsReferencingSecret(cl client.Client) func(ct

var konnectAPIAuthConfigList konnectv1alpha1.KonnectAPIAuthConfigurationList
if err := cl.List(ctx, &konnectAPIAuthConfigList); err != nil {
log.FromContext(ctx).Error(
logger.Error(
fmt.Errorf("unexpected error occurred while listing KonnectAPIAuthConfiguration resources"),
"failed to run map funcs",
"error", err.Error(),
Expand Down

0 comments on commit 9d0105b

Please sign in to comment.