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:
parent
05fbdb070d
commit
82ba8c615a
@ -166,7 +166,7 @@ export function computeDiff(contents: string, source: RootSource, port: number,
|
|||||||
|
|
||||||
const entity = catalogEntityFromCluster(cluster);
|
const entity = catalogEntityFromCluster(cluster);
|
||||||
|
|
||||||
entity.metadata.labels.KUBECONFIG_SYNC = filePath;
|
entity.metadata.labels.file = filePath;
|
||||||
source.set(contextName, [cluster, entity]);
|
source.set(contextName, [cluster, entity]);
|
||||||
|
|
||||||
logger.debug(`${logPrefix} Added new cluster from sync`, { filePath, contextName });
|
logger.debug(`${logPrefix} Added new cluster from sync`, { filePath, contextName });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user