Skip to content

Commit 777b53a

Browse files
committed
fix: use default configuration instead of creating one
1 parent 61a271b commit 777b53a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api/src/main/java/io/javaoperatorsdk/operator/api/config/ControllerConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ default boolean watchAllNamespaces() {
3434
}
3535

3636
default RetryConfiguration getRetryConfiguration() {
37-
return new RetryConfiguration() {
38-
};
37+
return RetryConfiguration.DEFAULT;
3938
}
4039
}

0 commit comments

Comments
 (0)