Skip to content

Commit e23172f

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent e51d439 commit e23172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/controller/ControllerEventSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private void handleOnAddOrUpdate(
148148
var handling =
149149
temporaryResourceCache.onAddOrUpdateEvent(action, newCustomResource, oldCustomResource);
150150
if (handling == EventHandling.NEW) {
151-
handleEvent(ResourceAction.UPDATED, newCustomResource, oldCustomResource, null);
151+
handleEvent(action, newCustomResource, oldCustomResource, null);
152152
} else if (log.isDebugEnabled()) {
153153
log.debug(
154154
"{} event propagation for action: {} resource id: {} ",

0 commit comments

Comments
 (0)