Skip to content

Commit 524ed98

Browse files
authored
Add the instruction about how to use hd as a sidecar
1 parent bdea67b commit 524ed98

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hack/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)