Changing default name of the driver to be katbox.csi.paypal.com
This commit is contained in:
parent
efc024947c
commit
c7c0157722
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue