1280: version upgraded for chaos-charts

This commit is contained in:
Travis CI
2020-09-01 16:44:28 +00:00
parent 2026552598
commit e17f0b9dd3

View File

@@ -44,18 +44,15 @@ spec:
verbs: verbs:
- "get" - "get"
- "list" - "list"
image: "litmuschaos/ansible-runner:latest" image: "litmuschaos/go-runner:latest"
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- -c - -c
- ansible-playbook ./experiments/cassandra/pod-delete/pod_delete_ansible_logic.yml -i /etc/ansible/hosts -vv; exit 0 - ./experiments/cassandra-pod-delete
command: command:
- /bin/bash - /bin/bash
env: env:
- name: ANSIBLE_STDOUT_CALLBACK
value: 'default'
# provide cassandra service name # provide cassandra service name
# default service: cassandra # default service: cassandra
- name: CASSANDRA_SVC_NAME - name: CASSANDRA_SVC_NAME
@@ -102,9 +99,9 @@ spec:
value: '' value: ''
## env var that describes the library used to execute the chaos ## env var that describes the library used to execute the chaos
## default: litmus. Supported values: litmus, powerfulseal ## default: litmus. Supported values: litmus
- name: LIB - name: LIB
value: '' value: 'litmus'
labels: labels:
name: cassandra-pod-delete name: cassandra-pod-delete