Skip to content

Commit 73921bc

Browse files
authored
feat: displaying the requeue time (#714)
Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
1 parent 90cc10c commit 73921bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/k8sgpt/k8sgpt_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ func (r *K8sGPTReconciler) FinishReconcile(err error, requeueImmediate bool, nam
180180
interval = 0
181181
}
182182

183-
k8sgptControllerLog.Info("Finished Reconciling k8sGPT")
183+
k8sgptControllerLog.Info("Finished Reconciling k8sGPT", "RequeueTime", interval)
184184
return ctrl.Result{Requeue: true, RequeueAfter: interval}, nil
185185
}

0 commit comments

Comments
 (0)