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
5eb41e8a6c
commit
63ad14d5d1
@ -17,6 +17,8 @@ const listHelmReleasesInjectable = getInjectable({
|
||||
const args = [
|
||||
"ls",
|
||||
"--all",
|
||||
// By default 256 results are listed, we want to list practically all
|
||||
"--max", "9999",
|
||||
"--output", "json",
|
||||
];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user