938655805: version upgraded for chaos-charts

This commit is contained in:
litmusbot
2021-06-15 08:47:59 +00:00
parent edec972e3e
commit 4b8e224c04

View File

@@ -1668,16 +1668,14 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/ansible-runner:ci"
image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always
args:
- -c
- ansible-playbook ./experiments/generic/docker_service_kill/docker_service_kill_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0
- ./experiments -name docker-service-kill
command:
- /bin/bash
env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
- name: TOTAL_CHAOS_DURATION
value: '90' # in seconds
@@ -1688,6 +1686,18 @@ spec:
- name: LIB
value: 'litmus'
- name: NODE_LABEL
value: ''
# provide lib image
- name: LIB_IMAGE
value: 'ubuntu:16.04'
# provide the target node name
- name: TARGET_NODE
value: ''
labels:
name: docker-service-kill
app.kubernetes.io/part-of: litmus