Skip to content

Commit

Permalink
Merge pull request #3968 from awels/add_timeout_to_external_snapshott…
Browse files Browse the repository at this point in the history
…er_kubevirt_csi

CNV-36073: Set time out for external snapshotter on kubevirt csi driver
  • Loading branch information
openshift-merge-bot[bot] committed May 8, 2024
2 parents 200a188 + 81e153c commit 3037c8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ spec:
- "--v=5"
- "--csi-address=/csi/csi.sock"
- "--kubeconfig=/var/run/secrets/tenantcluster/kubeconfig"
- "--timeout=3m"
image: quay.io/openshift/origin-csi-external-snapshotter:latest
imagePullPolicy: IfNotPresent
terminationMessagePath: /dev/termination-log
Expand Down

0 comments on commit 3037c8a

Please sign in to comment.