Skip to content

Commit

Permalink
Update controllers/apirule_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Chwila <103247439+barchw@users.noreply.github.com>
  • Loading branch information
videlov and barchw authored Nov 8, 2022
1 parent 6f90eba commit 598df8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/apirule_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (r *APIRuleReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
func (r *APIRuleReconciler) SetupWithManager(mgr ctrl.Manager) error {
return ctrl.NewControllerManagedBy(mgr).
For(&gatewayv1beta1.APIRule{}).
For(&corev1.ConfigMap{}).
Owns(&corev1.ConfigMap{}).
WithEventFilter(&configMapPredicate{Log: r.Log}).
Complete(r)
}
Expand Down

0 comments on commit 598df8f

Please sign in to comment.