Skip to content

Commit 30c44b9

Browse files
authored
Merge pull request #321 from chrishenzie/bump-attach-limit
Enable attachment in mock driver deployment and bump attach limit
2 parents 596b877 + 1173afa commit 30c44b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock/example/deploy/csi-mock-driver-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
- name: mock-driver
8989
image: k8s.gcr.io/sig-storage/mock-driver:v3.1.0
9090
args:
91-
- "--disable-attach=true"
91+
- "--attach-limit=50"
9292
env:
9393
- name: CSI_ENDPOINT
9494
value: /csi/csi.sock

0 commit comments

Comments
 (0)