Bumping versions
This commit is contained in:
@@ -47,7 +47,7 @@ public class KubernetesClientAutoConfiguration {
|
||||
// it's too early to inject KubernetesClientProperties here, all its properties
|
||||
// are missing. For the time being work-around with reading from the environment.
|
||||
apiClient.setUserAgent(environment.getProperty("spring.cloud.kubernetes.client.user-agent",
|
||||
KubernetesClientProperties.DEFAULT_USER_AGENT));
|
||||
KubernetesClientProperties.DEFAULT_USER_AGENT));
|
||||
return apiClient;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user