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 committed by Sebastian Malton
parent 5eb41e8a6c
commit 63ad14d5d1

View File

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