File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
github_actions/preloader_snapshot Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ spec:
103103 volumeMounts :
104104 - mountPath : " /snapshot"
105105 name : image-preloader-volume
106- - mountPath : /var/run/containerd/containerd.sock
107- name : docker -sock
106+ - mountPath : /var/run/containerd
107+ name : containerd -sock
108108 readOnly : false
109109 - mountPath : " /var/lib/docker"
110110 name : docker-directory
@@ -116,9 +116,9 @@ spec:
116116 - name : image-preloader-volume
117117 persistentVolumeClaim :
118118 claimName : image-preloader-pvc
119- - name : docker -sock
119+ - name : containerd -sock
120120 hostPath :
121- path : " /var/run/containerd/containerd.sock "
121+ path : " /var/run/containerd"
122122 type : File
123123 - name : docker-directory
124124 hostPath :
You can’t perform that action at this time.
0 commit comments