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 b1e9a2c commit 7cc7bceCopy full SHA for 7cc7bce
src/main/java/cd/go/contrib/elasticagent/KubernetesClientFactory.java
@@ -75,6 +75,7 @@ private void clearOutClientOnTimer() {
75
76
private KubernetesClient createClientFor(PluginSettings pluginSettings) {
77
final ConfigBuilder configBuilder = new ConfigBuilder()
78
+ .withAutoConfigure(false)
79
.withOauthToken(pluginSettings.getSecurityToken())
80
.withMasterUrl(pluginSettings.getClusterUrl())
81
.withCaCertData(pluginSettings.getCaCertData())
0 commit comments