Skip to content

Commit

Permalink
Update integrations/operator/controllers/resources/teleport_reconcile…
Browse files Browse the repository at this point in the history
…r.go
  • Loading branch information
hugoShaka committed Feb 2, 2024
1 parent 817111f commit 5c1ae2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ func (r TeleportResourceReconciler[T, K]) Delete(ctx context.Context, obj kclien
_, isOwned := checkOwnership(resource)
if !isOwned {
// The resource doesn't belong to us, we bail out but unblock the CR deletion
// TODO: discuss with marco and tiago if this is OK or if we prefer to block CR deletion
return nil
}
// This GET->check->DELETE dance is race-prone, but it's good enough for what
Expand Down

0 comments on commit 5c1ae2f

Please sign in to comment.