We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd39ca1 commit beb7155Copy full SHA for beb7155
kubectl-capture
@@ -82,7 +82,7 @@ spec:
82
args:
83
- /bin/bash
84
- "-c"
85
- - "echo '* Capturing system calls'; sysdig ${sysdig_params}; touch /.finished; trap 'exit 0' TERM; sleep infinity & wait $!"
+ - "echo '* Capturing system calls'; sysdig ${sysdig_params}; touch /.finished; trap 'exit 0' TERM; sleep infinity & wait \$!"
86
imagePullPolicy: IfNotPresent
87
securityContext:
88
privileged: true
0 commit comments