Skip to content

Commit

Permalink
Update kube.service.js to use ctx.meta.command as the default value f…
Browse files Browse the repository at this point in the history
…or the container command
  • Loading branch information
FLYBYME committed Jan 11, 2024
1 parent 5424e4c commit a969df6
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,
"bash",
ctx.meta.command || "/bin/bash",
writeStream,
writeStream,
readStream,
Expand Down

0 comments on commit a969df6

Please sign in to comment.