Skip to content

Commit feeb78f

Browse files
authored
Merge pull request #206 from jsafrane/restore-address-help
Restore help string for --csi-address
2 parents 257b781 + c7e0e70 commit feeb78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standardflags/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var Configuration = SidecarConfiguration{}
4949
func RegisterCommonFlags(flags *flag.FlagSet) {
5050
flags.BoolVar(&Configuration.ShowVersion, "version", false, "Show version.")
5151
flags.StringVar(&Configuration.KubeConfig, "kubeconfig", "", "Absolute path to the kubeconfig file. Required only when running out of cluster.")
52-
flags.StringVar(&Configuration.CSIAddress, "csi-address", "/run/csi/socket", "The gRPC endpoint for Target CSI Volume.")
52+
flags.StringVar(&Configuration.CSIAddress, "csi-address", "/run/csi/socket", "Address of the CSI driver socket.")
5353
flags.BoolVar(&Configuration.LeaderElection, "leader-election", false, "Enable leader election.")
5454
flags.StringVar(&Configuration.LeaderElectionNamespace, "leader-election-namespace", "", "Namespace where the leader election resource lives. Defaults to the pod namespace if not set.")
5555
flags.DurationVar(&Configuration.LeaderElectionLeaseDuration, "leader-election-lease-duration", 15*time.Second, "Duration, in seconds, that non-leader candidates will wait to force acquire leadership. Defaults to 15 seconds.")

0 commit comments

Comments
 (0)