We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41175c commit 687f813Copy full SHA for 687f813
1 file changed
infrastructure/storage/csi-driver-smb/storage-class.yaml
@@ -7,7 +7,8 @@ provisioner: smb.csi.k8s.io
7
parameters:
8
source: //192.168.10.133/k8s/comfyui
9
csi.storage.k8s.io/node-stage-secret-name: smbcreds
10
- csi.storage.k8s.io/node-stage-secret-namespace: comfyui
+ # ✅ CORRECTED: Point to the namespace where the secret is actually created
11
+ csi.storage.k8s.io/node-stage-secret-namespace: csi-driver-smb
12
mountOptions:
13
- dir_mode=0777
14
- file_mode=0777
@@ -16,6 +17,7 @@ mountOptions:
16
17
- iocharset=utf8
18
- rsize=1048576
19
- wsize=1048576
20
+ - vers=3.0 # ✅ ADDED: For consistency and compatibility
21
reclaimPolicy: Retain
22
volumeBindingMode: Immediate
23
allowVolumeExpansion: true
0 commit comments