Fix csi endpoint in liveness probe

rm-left-on-dead
Vitaliy Filippov 2022-11-10 18:37:37 +03:00
parent 11ec9ad874
commit 5f26887d32
1 changed files with 1 additions and 1 deletions

View File

@ -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