Skip to content

Commit

Permalink
fix args for non deploy args
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 13, 2024
1 parent befabf9 commit 810ff31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/js/packages/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ export class StarshipClient implements StarshipClientI {
const args = [];
if (this.ctx.helmNamespace) {
args.push('--namespace', this.ctx.helmNamespace);
args.push('--create-namespace');
}
return args;
}
Expand Down

0 comments on commit 810ff31

Please sign in to comment.