Skip to content

Commit f8685e6

Browse files
authored
Update pv-smb.yaml
1 parent 9d2b95a commit f8685e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/example/pv-smb.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ spec:
2424
csi:
2525
driver: smb.csi.k8s.io
2626
readOnly: false
27-
volumeHandle: unique-volumeid # make sure it's a unique id in the cluster
27+
# volumeHandle format: {smb-server-address}#{sub-dir-name}#{share-name}
28+
# make sure this value is unique for every share in the cluster
29+
volumeHandle: smb-server.default.svc.cluster.local/share##
2830
volumeAttributes:
2931
source: "//smb-server.default.svc.cluster.local/share"
3032
nodeStageSecretRef:

0 commit comments

Comments
 (0)