Removing println

This commit is contained in:
Ryan Baxter
2022-06-10 08:44:36 -04:00
parent 4a9fcd735e
commit c726004c8a

View File

@@ -79,7 +79,6 @@ class ActuatorRefreshIT {
K3S.start();
Commons.validateImage(SPRING_CLOUD_K8S_CONFIG_WATCHER_APP_NAME, K3S);
Commons.loadSpringCloudKubernetesImage(SPRING_CLOUD_K8S_CONFIG_WATCHER_APP_NAME, K3S);
System.out.println(K3S.getKubeConfigYaml());
createApiClient(K3S.getKubeConfigYaml());
api = new CoreV1Api();
appsApi = new AppsV1Api();