Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Deep Debroy <ddebroy@docker.com>
  • Loading branch information
ddebroy committed Mar 15, 2019
1 parent 7bdcfe8 commit ef09afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/csi-provisioner/csi-provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ func init() {

provisionerOptions := []func(*controller.ProvisionController) error{
controller.LeaderElection(*enableLeaderElection),
controller.FailedProvisionThreshold(int(*provisioningRetryCount)),
controller.FailedDeleteThreshold(int(*deletionRetryCount)),
controller.FailedProvisionThreshold(int(0)),
controller.FailedDeleteThreshold(int(0)),
controller.RateLimiter(workqueue.NewItemExponentialFailureRateLimiter(*retryIntervalStart, *retryIntervalMax)),
controller.Threadiness(int(*workerThreads)),
}
Expand Down

0 comments on commit ef09afb

Please sign in to comment.