Skip to content

Commit 130d0a4

Browse files
committed
revert instance reference
1 parent 418cf5d commit 130d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class Runner {
7070

7171
public static void main(String[] args) {
7272
Operator operator = new Operator(new DefaultKubernetesClient(),
73-
DefaultConfigurationService.INSTANCE);
73+
DefaultConfigurationService.instance());
7474
operator.register(new WebServerController());
7575
}
7676
}

0 commit comments

Comments
 (0)