feat(helper-pods): adding the image of go helper-pod (#237)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-06-12 21:06:29 +05:30
committed by GitHub
parent 28704283dc
commit 9cfa30b815
4 changed files with 40 additions and 7 deletions

View File

@@ -33,4 +33,14 @@ spec:
# provide the total chaos duration
- name: TOTAL_CHAOS_DURATION
value: '20'
value: '20'
# LIB_IMAGE can be - gaiaadm/pumba:0.6.5, litmuschaos/container-kill-helper:latest
# For pumba image use: gaiaadm/pumba:0.6.5
# For containerd image use: litmuschaos/container-kill-helper:latest
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
# It supports pumba and containerd
- name: LIB
value: 'pumba'