From 211141b3a010483566fa8aabab24200c591de7d4 Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Mon, 27 May 2024 11:48:47 +0200 Subject: [PATCH] chore: remove bogus "Owns" clause --- internal/controller/dash0_controller.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/controller/dash0_controller.go b/internal/controller/dash0_controller.go index a5fd9b91..58cc83ed 100644 --- a/internal/controller/dash0_controller.go +++ b/internal/controller/dash0_controller.go @@ -56,7 +56,6 @@ func (e ImmutableResourceError) Error() string { func (r *Dash0Reconciler) SetupWithManager(mgr ctrl.Manager) error { return ctrl.NewControllerManagedBy(mgr). For(&operatorv1alpha1.Dash0{}). - Owns(&appsv1.Deployment{}). Complete(r) }