chore(socketPath): correcting socketPath env name (#331)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-09-18 09:40:41 +05:30
committed by GitHub
parent 71b718cd2a
commit aa5e3d9c32
10 changed files with 20 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ spec:
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the container runtime path
# provide the socket file path
# applicable only for containerd and crio runtime
- name: CONTAINER_PATH
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'

View File

@@ -77,9 +77,9 @@ spec:
- name: CONTAINER_RUNTIME
value: 'docker'
# provide the container runtime path
# provide the socket file path
# applicable only for containerd and crio runtime
- name: CONTAINER_PATH
- name: SOCKET_PATH
value: '/run/containerd/containerd.sock'
labels:
name: pod-network-corruption