feat(containerd): Adding the container path env (#228)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-05-29 13:22:37 +05:30
committed by GitHub
parent c5a281c339
commit 93971ddb2f

View File

@@ -56,6 +56,11 @@ spec:
- name: CHAOS_INTERVAL
value: '10'
# provide the container runtime path for containerd
# applicable only for containerd runtime
- name: CONTAINER_PATH
value: '/run/containerd/containerd.sock'
# provide the total chaos duration
- name: TOTAL_CHAOS_DURATION
value: '20'