Skip to content

Commit 9331630

Browse files
authored
Merge pull request #40 from twz123/patch-1
Use in-cluster config in example deployment
2 parents ed38d24 + 166e7a6 commit 9331630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/chaoskube.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
- name: chaoskube
1717
image: quay.io/linki/chaoskube:v0.5.0
1818
args:
19+
# use in-cluster configuration
20+
- --in-cluster
1921
# kill a pod every 10 minutes
2022
- --interval=10m
2123
# only target pods in the test environment

0 commit comments

Comments
 (0)