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

Add namespace to our kubectl command as not all helm manifests include

explicit namespaces for their resources

Signed-off-by: Michael Pearson <mipearson@gmail.com>
This commit is contained in:
Michael Pearson 2022-08-14 19:12:46 +10:00
parent 6d37019089
commit 51b0c0676f

View File

@ -194,6 +194,7 @@ async function getResources(name: string, namespace: string, kubeconfigPath: str
"--kubeconfig", kubeconfigPath,
"-f", "-",
"--output", "json",
"--namespace", namespace,
];
try {