Skip to content

Commit e481342

Browse files
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java
Co-authored-by: Antonio <122279781+afalhambra-hivemq@users.noreply.github.com>
1 parent 9c58fd4 commit e481342

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/api/reconciler/PrimaryUpdateAndCacheUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public static <P extends HasMetadata> P patchAndCacheStatusWithLock(
8282
.eventSourceRetriever()
8383
.getControllerEventSource()
8484
.handleRecentResourceUpdate(ResourceID.fromResource(primary), updatedResource, primary);
85-
return null;
85+
return updatedResource;
8686
}
8787

8888
/**

0 commit comments

Comments
 (0)