Skip to content

Commit bc2cf5b

Browse files
committed
fixes
Signed-off-by: Attila Mészáros <[email protected]>
1 parent c1775a9 commit bc2cf5b

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/ReconciliationDispatcher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ public CustomResourceFacade(
439439
if (cacheUpdatedResources
440440
&& !configuration
441441
.getConfigurationService()
442-
.previousAnnotationForDependentResourcesEventFiltering()) {
442+
.parseResourceVersionsForEventFilteringAndCaching()) {
443443
throw new OperatorException(
444444
"guaranteeUpdatedPrimaryIsAvailableForNextReconciliation is set to true, but"
445445
+ " previousAnnotationForDependentResourcesEventFiltering is set to false, set this"

0 commit comments

Comments
 (0)