diff --git a/controllers/events/watcher.go b/controllers/events/watcher.go index 87f367c..c28e3fa 100644 --- a/controllers/events/watcher.go +++ b/controllers/events/watcher.go @@ -184,6 +184,7 @@ func (w *watchInfo) checkConditionUpdates(obj *unstructured.Unstructured, ew eve Message: message, Reason: reason, } + adjustEventTime(&event, time.Now()) err = ew.handleEvent(context.TODO(), &event) if err != nil {