Skip to content

Commit 48759f7

Browse files
committed
fix: actually ignore sfs notfound
1 parent 3925683 commit 48759f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controller/job_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func (r *JobReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.R
8181
log.Error(err, "could not delete Job for non-existent StatefulSet")
8282
return ctrl.Result{}, err
8383
}
84+
return ctrl.Result{}, nil
8485
}
8586
log.Error(err, "could not get StatefulSet")
8687
return ctrl.Result{}, err

0 commit comments

Comments
 (0)