Skip to content

Commit

Permalink
apiset_controller: do not watch deployments yet
Browse files Browse the repository at this point in the history
this is a temporary workaround, we need to a find proper solution
  • Loading branch information
xdavidwu committed May 2, 2024
1 parent 2faa07a commit d5d4909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/apiset_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (r *APISetReconciler) SetupWithManager(mgr ctrl.Manager) error {
builder.WithPredicates(predicate.GenerationChangedPredicate{})).
Owns(&corev1.ServiceAccount{}).
Owns(&rbacv1.RoleBinding{}).
Owns(&appsv1.Deployment{}).
// Owns(&appsv1.Deployment{}). loops since we ref resourceVersion in spec
Owns(&corev1.Service{}).
Owns(&networkingv1.Ingress{}).
Owns(&corev1.Secret{}).
Expand Down

0 comments on commit d5d4909

Please sign in to comment.