Skip to content

Commit 3cb7bff

Browse files
committed
fix: attempt to see if reverting to old behavior addressing IT issues
1 parent d3920bc commit 3cb7bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/EventDispatcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public R updateStatus(R resource) {
219219
return resourceOperation
220220
.inNamespace(resource.getMetadata().getNamespace())
221221
.withName(getName(resource))
222-
.replaceStatus(resource);
222+
.updateStatus(resource);
223223
}
224224

225225
public R replaceWithLock(R resource) {

0 commit comments

Comments
 (0)