(fix)kafka: add pod-delete helper image (#256)

Signed-off-by: ksatchit <karthik.s@mayadata.io>
This commit is contained in:
Karthik Satchitanand
2020-07-06 19:19:32 +05:30
committed by GitHub
parent f3bc378a45
commit 45c7e8db80

View File

@@ -116,9 +116,12 @@ 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: 'litmus' value: 'litmus'
- name: LIB_IMAGE
value: 'litmuschaos/pod-delete-helper:latest'
labels: labels:
name: kafka-broker-pod-failure name: kafka-broker-pod-failure