Skip to content

Commit

Permalink
List more than 256 helm releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
panuhorsmalahti committed Apr 20, 2023
1 parent 192d811 commit 99922fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/main/helm/list-helm-releases.injectable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
];

Expand Down

0 comments on commit 99922fb

Please sign in to comment.