We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfca112 commit d5a40c0Copy full SHA for d5a40c0
deploy/example/storageclass-smb.yaml
@@ -7,6 +7,8 @@ provisioner: smb.csi.k8s.io
7
parameters:
8
# On Windows, "*.default.svc.cluster.local" could not be recognized by csi-proxy
9
source: "//smb-server.default.svc.cluster.local/share"
10
+ # if csi.storage.k8s.io/provisioner-secret is provided, will create a sub directory
11
+ # with PV name under source
12
csi.storage.k8s.io/provisioner-secret-name: "smbcreds"
13
csi.storage.k8s.io/provisioner-secret-namespace: "default"
14
csi.storage.k8s.io/node-stage-secret-name: "smbcreds"
0 commit comments