Unverified Commit 71175a0a authored by Strokachuk Oleg's avatar Strokachuk Oleg Committed by GitHub
Browse files

Show all helm release statuses. Fix lensapp#4586 (#4594)

Signed-off-by: default avatarzifter <zifter.ai@gmail.com>
parent 9284741d
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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",
];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment