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:
parent
7f32885ba2
commit
a89eb486d8
@ -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 });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user