Skip to content

Commit

Permalink
chore: run chaoskube with limited privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Linkhorst committed Sep 19, 2018
1 parent 1ea316a commit c0bc229
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/chaoskube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ spec:
- --minimum-age=1h
# terminate pods for real: this disables dry-run mode which is on by default
- --no-dry-run
securityContext:
runAsNonRoot: true
runAsUser: 65534
readOnlyRootFilesystem: true
capabilities:
drop: ["ALL"]

---

Expand Down

0 comments on commit c0bc229

Please # to comment.