1422: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-10-15 07:01:38 +00:00
parent a0f19878a3
commit 6a70da5f89

View File

@@ -565,6 +565,12 @@ spec:
- name: TARGET_POD
value: ''
- name: CHAOS_INJECT_COMMAND
value: 'md5sum /dev/zero'
- name: CHAOS_KILL_COMMAND
value: "kill -9 $(ps afx | grep \"[md5sum] /dev/zero\" | awk '{print$1}' | tr '\n' ' ')"
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel
- name: SEQUENCE
@@ -642,6 +648,9 @@ spec:
## It is used in pumba lib only
- name: LIB_IMAGE
value: 'gaiaadm/pumba'
- name: CHAOS_KILL_COMMAND
value: "kill -9 $(ps afx | grep \"[dd] if /dev/zero\" | awk '{print $1}' | tr '\n' ' ')"
## it defines the sequence of chaos execution for multiple target pods
## supported values: serial, parallel