diff --git a/manifests/vanilla/vsphere-csi-driver.yaml b/manifests/vanilla/vsphere-csi-driver.yaml index 0f4454481b..d5b84a2b2c 100644 --- a/manifests/vanilla/vsphere-csi-driver.yaml +++ b/manifests/vanilla/vsphere-csi-driver.yaml @@ -535,6 +535,7 @@ spec: args: - "--v=4" - "--csi-address=/csi/csi.sock" + - "--probe-timeout=4s" volumeMounts: - name: plugin-dir mountPath: /csi @@ -677,6 +678,7 @@ spec: args: - "--v=4" - "--csi-address=/csi/csi.sock" + - "--probe-timeout=4s" volumeMounts: - name: plugin-dir mountPath: /csi