Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fix go syntax in README (#411)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Brauer <[email protected]>
  • Loading branch information
mamachanko authored Aug 20, 2023
1 parent b27a74d commit 0ced1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ func InMemoryGatewaySyncConfigReconciler(c reconcilers.Config, namespace string)
// events to watch for changes of the target resource. When the
// informer emits an event, the tracking resources are looked up
// from the tracker and enqueded for reconciliation.
bldr.Watches(&corev1.ConfigMap{}}, reconcilers.EnqueueTracked(ctx))
bldr.Watches(&corev1.ConfigMap{}, reconcilers.EnqueueTracked(ctx))
return nil
},
}
Expand Down

0 comments on commit 0ced1f4

Please sign in to comment.