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

Relax filtering of resources to prevent crashing when release has installed resources in another namespace

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2022-07-19 12:45:53 +03:00
parent 6b79fb2136
commit 1bcc0e4592
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -191,7 +191,6 @@ async function getResources(name: string, namespace: string, kubeconfigPath: str
];
const kubectlArgs = [
"get",
"--namespace", namespace,
"--kubeconfig", kubeconfigPath,
"-f", "-",
"--output", "json",