We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78d31a commit c153510Copy full SHA for c153510
1 file changed
infrastructure/storage/csi-driver-smb/storage-class.yaml
@@ -1,5 +1,3 @@
1
-
2
----
3
# ComfyUI specific storage class
4
apiVersion: storage.k8s.io/v1
5
kind: StorageClass
@@ -16,7 +14,7 @@ mountOptions:
16
14
- file_mode=0777
17
15
- noperm
18
- mfsymlinks
19
- - vers=4.0
+ - vers=3.0
20
reclaimPolicy: Delete
21
volumeBindingMode: Immediate
22
allowVolumeExpansion: true
0 commit comments