fix(disk-fill): Add the container runtime and socketPath env (#628)

Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
This commit is contained in:
Shubham Chaudhary
2024-04-15 13:07:27 +05:30
committed by GitHub
parent 08d2a6e574
commit fe30b73860
2 changed files with 16 additions and 8 deletions

View File

@@ -29,8 +29,12 @@ spec:
- name: PODS_AFFECTED_PERC
value: ''
# Provide the container runtime path
# Default set to docker container path
- name: CONTAINER_PATH
value: '/var/lib/docker/containers'
# provide the socket file path
- name: SOCKET_PATH
value: "/run/containerd/containerd.sock"
# provide the name of container runtime
# it supports docker, containerd, crio
- name: CONTAINER_RUNTIME
value: "containerd"