Skip to content

Commit 2b21669

Browse files
authored
Merge pull request #112 from nb-ohad/small-fixes
Driver Controller: Fix GRpcTimeout issues for resizer container
2 parents 16f2c8c + 23ffcbc commit 2b21669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/driver_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ func (r *driverReconcile) reconcileControllerPluginDeployment() error {
581581
utils.LeaderElectionContainerArg,
582582
utils.LogVerbosityContainerArg(logVerbosity),
583583
utils.CsiAddressContainerArg,
584-
utils.TimeoutContainerArg(r.driver.Spec.GRpcTimeout),
584+
utils.TimeoutContainerArg(grpcTimeout),
585585
utils.HandleVolumeInuseErrorContainerArg,
586586
utils.RecoverVolumeExpansionFailureContainerArg,
587587
),

0 commit comments

Comments
 (0)