From 5f26887d3200d3ee43215a468d16a1fb6c97d990 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 10 Nov 2022 18:37:37 +0300 Subject: [PATCH] Fix csi endpoint in liveness probe --- csi/deploy/004-csi-nodeplugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csi/deploy/004-csi-nodeplugin.yaml b/csi/deploy/004-csi-nodeplugin.yaml index 989c68d1..386fc7fc 100644 --- a/csi/deploy/004-csi-nodeplugin.yaml +++ b/csi/deploy/004-csi-nodeplugin.yaml @@ -102,7 +102,7 @@ spec: - "--health-port=9898" env: - name: CSI_ENDPOINT - value: unix://csi/csi.sock + value: unix:///csi/csi.sock volumeMounts: - mountPath: /csi name: socket-dir