1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

change label to file

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-04-30 09:26:17 -04:00
parent 05fbdb070d
commit 82ba8c615a

View File

@ -166,7 +166,7 @@ export function computeDiff(contents: string, source: RootSource, port: number,
const entity = catalogEntityFromCluster(cluster);
entity.metadata.labels.KUBECONFIG_SYNC = filePath;
entity.metadata.labels.file = filePath;
source.set(contextName, [cluster, entity]);
logger.debug(`${logPrefix} Added new cluster from sync`, { filePath, contextName });