Skip to content

Commit 8eb628f

Browse files
committed
Switch to args instead of command
1 parent 41983a4 commit 8eb628f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nsenter-node.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ kubectl run ${podName:?} --restart=Never -it --rm --image overriden --overrides
2525
{
2626
"name": "nsenter",
2727
"image": "ghcr.io/bitprocessor/nsenter:latest",
28-
"command": [
29-
"/nsenter", "-m", "-u", "-i", "-n", "-p", "-C", "-r", "-w", "--target=1", "--", "su", "-"
28+
"args": [
29+
"-m", "-u", "-i", "-n", "-p", "-C", "-r", "-w", "--target=1", "--", "su", "-"
3030
],
3131
"stdin": true,
3232
"tty": true,

0 commit comments

Comments
 (0)