Skip to content

Commit 23ffcbc

Browse files
committed
Driver Controller: fix GRpcTimeout issues for resizer container
Signed-off-by: nb-ohad <mitrani.ohad@gmail.com>
1 parent 25fe09b commit 23ffcbc

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)