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:
parent
192d8119db
commit
07770f0c5c
@ -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",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user