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:
parent
6d37019089
commit
51b0c0676f
@ -194,6 +194,7 @@ async function getResources(name: string, namespace: string, kubeconfigPath: str
|
||||
"--kubeconfig", kubeconfigPath,
|
||||
"-f", "-",
|
||||
"--output", "json",
|
||||
"--namespace", namespace,
|
||||
];
|
||||
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user