Skip to content

Commit

Permalink
Update pkg/scaling/executor/scale_jobs.go
Browse files Browse the repository at this point in the history
Signed-off-by: Yaron Yarimi <yaronya@users.noreply.github.com>

Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
  • Loading branch information
yaronya and zroubalik committed Aug 3, 2021
1 parent 690bc39 commit 8b01da4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scaling/executor/scale_jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ func (e *scaleExecutor) areAllPendingPodConditionsFulfilled(j *batchv1.Job, pend

pods := &corev1.PodList{}
err := e.client.List(context.TODO(), pods, opts...)

if err != nil {
return false
}
Expand Down

0 comments on commit 8b01da4

Please sign in to comment.