Changes for report support and python package (#208)
* Changes for report support and python package * Changes for report support and python package * Changes for report support and python package * changes to port with new module call
This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
||||
image: "litmuschaos/chaostoolkit:latest"
|
||||
args:
|
||||
- -c
|
||||
- python /app/data/k8_wrapper.py; exit 0
|
||||
- python /app/chaos/chaostest/kubernetes/k8_wrapper.py; exit 0
|
||||
command:
|
||||
- /bin/bash
|
||||
env:
|
||||
@@ -55,5 +55,11 @@ spec:
|
||||
- name: PERCENTAGE
|
||||
value: '50'
|
||||
|
||||
- name: REPORT
|
||||
value: 'true'
|
||||
|
||||
- name: REPORT_ENDPOINT
|
||||
value: 'none'
|
||||
|
||||
labels:
|
||||
name: k8-pod-delete
|
||||
|
Reference in New Issue
Block a user