Skip to content

Commit

Permalink
Update default command in kube.service.js
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Jan 11, 2024
1 parent a969df6 commit 5f368ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/kube.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ module.exports = {
ctx.meta.namespace,
ctx.meta.pod,
ctx.meta.container,
ctx.meta.command || "/bin/bash",
ctx.meta.command || "/bin/su",
writeStream,
writeStream,
readStream,
Expand Down

0 comments on commit 5f368ed

Please sign in to comment.