1
0
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:
Strokachuk Oleg 2021-12-23 12:20:27 +03:00 committed by GitHub
parent 9284741df5
commit 71175a0ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
];