mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
pkg/cephfs/driver.go: Updated PluginFolder to use new CSI 1.x directory
This commit is contained in:
parent
560f917a78
commit
37caeb5b2c
@ -26,7 +26,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
PluginFolder = "/var/lib/kubelet/plugins/csi-cephfsplugin"
|
||||
PluginFolder = "/var/lib/kubelet/plugins_registry/csi-cephfsplugin"
|
||||
Version = "1.0.0"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user