Skip to content

Commit

Permalink
Add the instruction about how to use hd as a sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed May 23, 2022
1 parent bdea67b commit 524ed98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Add as a sidecar:

```shell
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"]}]}}}}'
```

0 comments on commit 524ed98

Please sign in to comment.