From adc1dd3bd3eaf8085a3dbc213dbfa0692515c857 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 11 Mar 2022 13:58:08 +0200 Subject: [PATCH] cleanup Signed-off-by: Jari Kolehmainen --- src/main/context-handler/context-handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/context-handler/context-handler.ts b/src/main/context-handler/context-handler.ts index 1e5b209236..95c4771529 100644 --- a/src/main/context-handler/context-handler.ts +++ b/src/main/context-handler/context-handler.ts @@ -147,7 +147,6 @@ export class ContextHandler { const apiPrefix = `${this.kubeAuthProxy.apiPrefix}${clusterPath}`; return { - //target: await this.resolveAuthProxyUrl(), target: { protocol: "https:", host: "127.0.0.1",