chore(docs): refactor the charts, rbac & engine manifests (#324)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-09-14 20:15:04 +05:30
committed by GitHub
parent 1e86227a6f
commit 983ae3e35e
13 changed files with 27 additions and 26 deletions

View File

@@ -35,10 +35,16 @@ spec:
- name: TOTAL_CHAOS_DURATION
value: '20'
# For containerd image use: litmuschaos/container-kill-helper:latest
- name: LIB_IMAGE
value: 'gaiaadm/pumba:0.6.5'
value: 'litmuschaos/go-runner:latest'
# It supports pumba and containerd
- name: LIB
value: 'pumba'
# provide the name of container runtime
# it supports docker, containerd, crio
# default to docker
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the container runtime path for containerd
# applicable only for containerd runtime
- name: CONTAINER_PATH
value: '/run/containerd/containerd.sock'