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:
sumit Nagal
2020-04-15 10:39:15 -07:00
committed by GitHub
parent 08159e73f5
commit 9f024007d9
7 changed files with 97 additions and 9 deletions

View File

@@ -35,7 +35,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:
@@ -57,6 +57,12 @@ spec:
- name: PERCENTAGE
value: '50'
- name: REPORT
value: 'true'
- name: REPORT_ENDPOINT
value: 'none'
labels:
name: k8-pod-delete