From c7c0157722d2815ae1b13d5c80acf86fbacf3c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= Date: Mon, 12 Apr 2021 14:51:50 -0700 Subject: [PATCH] Changing default name of the driver to be katbox.csi.paypal.com --- cmd/katboxplugin/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/katboxplugin/main.go b/cmd/katboxplugin/main.go index 05ba6b7..244fbb9 100644 --- a/cmd/katboxplugin/main.go +++ b/cmd/katboxplugin/main.go @@ -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")