Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Jan 4, 2024
2 parents e905d07 + 0f89f12 commit f59c230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (r *PodAWSRoleCleanupReconciler) Reconcile(ctx context.Context, req ctrl.Re
if pod.UID == filteredPod.UID {
return true
}
if pod.DeletionTimestamp == nil {
if filteredPod.DeletionTimestamp == nil {
return true
}

Expand Down

0 comments on commit f59c230

Please sign in to comment.