Skip to content

Commit a7a0d0a

Browse files
committed
fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent ffe9627 commit a7a0d0a

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/event/source/informer/ManagedInformerEventSource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public ResourceConfiguration<R> getInformerConfiguration() {
169169

170170
@Override
171171
public C configuration() {
172-
return manager().configuration();
172+
return configuration;
173173
}
174174

175175
@Override

0 commit comments

Comments
 (0)