We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418cf5d commit 130d0a4Copy full SHA for 130d0a4
README.md
@@ -70,7 +70,7 @@ public class Runner {
70
71
public static void main(String[] args) {
72
Operator operator = new Operator(new DefaultKubernetesClient(),
73
- DefaultConfigurationService.INSTANCE);
+ DefaultConfigurationService.instance());
74
operator.register(new WebServerController());
75
}
76
0 commit comments