1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-07-03 16:26:29 +03:00
parent be4ca44901
commit 6b6c9be201

View File

@ -94,7 +94,7 @@ export class Cluster implements ClusterInfo {
public proxyKubeconfig() { public proxyKubeconfig() {
const kc = new KubeConfig() const kc = new KubeConfig()
kc.loadFromFile(this.kubeconfigManager.getPath()) kc.loadFromFile(this.proxyKubeconfigPath())
return kc return kc
} }