We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2f6e1 commit 6856704Copy full SHA for 6856704
1 file changed
pkg/controllers/v1alpha1/dataprocess/status_handler.go
@@ -55,6 +55,7 @@ func (handler *OnceStatusHandler) GetOperationStatus(ctx runtime.ReconcileReques
55
ctx.Log.Error(err, "failed to delete dataprocess helm release", "namespace", ctx.Namespace, "releaseName", releaseName)
56
return
57
}
58
+ return
59
60
61
// In cases of other error
0 commit comments