Skip to content

Commit b17c84a

Browse files
authored
Merge pull request #65 from timoreimann/omit-extranous-dash-with-csi-timeout-parameter
Omit extranous dash with CSI timeout parameter
2 parents 93cdb2e + cd6daf1 commit b17c84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Note that the external-resizer does not scale with more replicas. Only one exter
4545

4646
* `--leader-election-namespace`: Namespace where the leader election resource lives. Defaults to the pod namespace if not set.
4747

48-
* `---csiTimeout <duration>`: Timeout of all calls to CSI driver. It should be set to value that accommodates majority of `ControllerExpandVolume` calls. 15 seconds is used by default.
48+
* `--csiTimeout <duration>`: Timeout of all calls to CSI driver. It should be set to value that accommodates majority of `ControllerExpandVolume` calls. 15 seconds is used by default.
4949

5050
* `--workers <num>`: Number of simultaneously running `ControllerExpandVolume` operations. Default value is `10`.
5151

0 commit comments

Comments
 (0)