mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Show all helm release statuses. Fix lensapp#4586 (#4594)
Signed-off-by: zifter <zifter.ai@gmail.com>
This commit is contained in:
parent
9284741df5
commit
71175a0ae1
@ -43,6 +43,7 @@ async function execHelm(args: string[], options?: BaseEncodingOptions & ExecFile
|
||||
export async function listReleases(pathToKubeconfig: string, namespace?: string): Promise<Record<string, any>[]> {
|
||||
const args = [
|
||||
"ls",
|
||||
"--all",
|
||||
"--output", "json",
|
||||
];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user