Skip to content

Commit

Permalink
chore: remove bogus "Owns" clause
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed May 27, 2024
1 parent 9468819 commit 211141b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/dash0_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 211141b

Please sign in to comment.