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 (#6597)

Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-11-17 06:56:10 -08:00 committed by GitHub
parent 7f32885ba2
commit a89eb486d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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