Skip to content

Commit

Permalink
no need to watch for nps anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mwindower committed Nov 30, 2020
1 parent 9b37df6 commit 7239446
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/firewall_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ func (r *FirewallReconciler) SetupWithManager(mgr ctrl.Manager) error {
// don't trigger a reconcilation for status updates
WithEventFilter(predicate.GenerationChangedPredicate{}).
Watches(&source.Kind{Type: &firewallv1.ClusterwideNetworkPolicy{}}, triggerFirewallReconcilation).
Watches(&source.Kind{Type: &networking.NetworkPolicy{}}, triggerFirewallReconcilation).
Watches(&source.Kind{Type: &corev1.Service{}}, triggerFirewallReconcilation).
Complete(r)
}

0 comments on commit 7239446

Please sign in to comment.