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 bdea67b commit 524ed98Copy full SHA for 524ed98
hack/README.md
@@ -0,0 +1,5 @@
1
+Add as a sidecar:
2
+
3
+```shell
4
+kubectl patch deployment you-app -p'{"spec":{"template":{"spec":{"containers":[{"name":"hd","image":"ghcr.io/linuxsuren/hd","command":["/bin/sh"],"args":["-c","while true; do echo hello; sleep 10;done"]}]}}}}'
5
+```
0 commit comments