Skip to content

Commit d8ab2e7

Browse files
committed
fix issue #89 change hostpath filetype to socket
1 parent d06498d commit d8ab2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/images/image_helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func newImageDeleteJob(imagecache *fledgedv1alpha2.ImageCache, image string, nod
145145
"controller": controllerAgentName,
146146
}
147147

148-
hostpathtype := corev1.HostPathFile
148+
hostpathtype := corev1.HostPathSocket
149149
backoffLimit := int32(0)
150150
activeDeadlineSeconds := int64((time.Hour).Seconds())
151151

0 commit comments

Comments
 (0)