update(image): Updating the litmus-go image (#250)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-06-23 17:38:12 +05:30
committed by GitHub
parent 831bf8dba8
commit bd844dd901
3 changed files with 77 additions and 6 deletions

View File

@@ -39,18 +39,15 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/ansible-runner:latest"
image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/generic/pod_delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
- ./experiments/pod-delete
command:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TOTAL_CHAOS_DURATION
value: '15'