We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74575cf commit e5e1616Copy full SHA for e5e1616
controllers/pod_controller_functions.go
@@ -77,7 +77,7 @@ func (r *PodReconciler) UpdateKubeObject(pod client.Object, ctx context.Context)
77
return ctrl.Result{}, nil
78
}
79
log.Error(err, "unable to update pod")
80
- return ctrl.Result{}, nil
+ return ctrl.Result{}, err
81
82
return ctrl.Result{RequeueAfter: 10 * time.Second}, nil
83
0 commit comments