diff --git a/src/renderer/components/+add-cluster/add-cluster.tsx b/src/renderer/components/+add-cluster/add-cluster.tsx index 9f2a27d6e3..221f695425 100644 --- a/src/renderer/components/+add-cluster/add-cluster.tsx +++ b/src/renderer/components/+add-cluster/add-cluster.tsx @@ -34,7 +34,6 @@ export class AddCluster extends React.Component { const kubeConfig: string = await getKubeConfigLocal() if (kubeConfig) { this.kubeConfig = loadConfig(kubeConfig) - this.customConfig = kubeConfig } }