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

List more than 256 helm releases.

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2023-04-20 15:46:34 +03:00
parent 192d8119db
commit 07770f0c5c

View File

@ -17,6 +17,8 @@ const listHelmReleasesInjectable = getInjectable({
const args = [ const args = [
"ls", "ls",
"--all", "--all",
// By default 256 results are listed, we want to list practically all
"--max", "9999",
"--output", "json", "--output", "json",
]; ];