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

Fix not being able to install Lens metrics

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-11-17 08:09:18 -05:00
parent 7f32885ba2
commit de177c0762

View File

@ -129,9 +129,9 @@ export class ResourceApplier {
const args = [
subCmd,
"--kubeconfig", `"${proxyKubeconfigPath}"`,
"--kubeconfig", proxyKubeconfigPath,
...parentArgs,
"-f", `"${tmpDir}"`,
"-f", tmpDir,
];
this.dependencies.logger.info(`[RESOURCE-APPLIER] running kubectl`, { args });