Changing default name of the driver to be katbox.csi.paypal.com

This commit is contained in:
Renán Del Valle 2021-04-12 14:51:50 -07:00
parent efc024947c
commit c7c0157722
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -30,7 +30,7 @@ func init() {
var (
endpoint = flag.String("endpoint", "unix://tmp/csi.sock", "CSI endpoint")
driverName = flag.String("drivername", "kbox.csi.paypal.com", "name of the driver")
driverName = flag.String("drivername", "katbox.csi.paypal.com", "name of the driver")
nodeID = flag.String("nodeid", "", "node id")
maxVolumesPerNode = flag.Int64("maxvolumespernode", 0, "limit of volumes per node")
workdir = flag.String("workdir", "/csi-data-dir", "Location where plugin will store configuration and directories")