Skip to content

Commit 1173afa

Browse files
committed
Enable attachment in mock driver deployment and bump attach limit
1 parent ebcc37e commit 1173afa

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)