Skip to content

Commit 1e14e6d

Browse files
authored
Merge pull request #731 from agoric-labs/mz/restartThreshold-arg-cli
chore(starship-cli): Add `restartThreshold` as arg in starship cli
2 parents 22bacb2 + f162a85 commit 1e14e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/packages/cli/src/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export const params: string[] = [
3636
'repoUrl',
3737
'chart',
3838
'namespace',
39-
'timeout'
39+
'timeout',
40+
'restartThreshold'
4041
];
4142

4243
export const loadConfig = (argv: any): Config => {

0 commit comments

Comments
 (0)