Skip to content

Commit 6856704

Browse files
committed
fix(dataprocess): return after missing job cleanup
Signed-off-by: Harsh <harshmastic@gmail.com>
1 parent 5a2f6e1 commit 6856704

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/controllers/v1alpha1/dataprocess/status_handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func (handler *OnceStatusHandler) GetOperationStatus(ctx runtime.ReconcileReques
5555
ctx.Log.Error(err, "failed to delete dataprocess helm release", "namespace", ctx.Namespace, "releaseName", releaseName)
5656
return
5757
}
58+
return
5859
}
5960

6061
// In cases of other error

0 commit comments

Comments
 (0)