We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069e014 commit f1a3771Copy full SHA for f1a3771
controllers/namespacescope_controller.go
@@ -1054,7 +1054,7 @@ func (r *NamespaceScopeReconciler) SetupWithManager(mgr ctrl.Manager) error {
1054
}
1055
err = ctrl.NewControllerManagedBy(mgr).
1056
For(&operatorv1.NamespaceScope{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).
1057
- Watches(&source.Kind{Type: &olmv1alpha1.Subscription{}}, &handler.EnqueueRequestsFromMapFunc{
+ Watches(&source.Kind{Type: &olmv1alpha1.ClusterServiceVersion{}}, &handler.EnqueueRequestsFromMapFunc{
1058
ToRequests: r.csvtoRequest(),
1059
}, builder.WithPredicates(predicate.Funcs{
1060
DeleteFunc: func(e event.DeleteEvent) bool {
0 commit comments