Skip to content

Commit b2cf925

Browse files
authored
Merge pull request #272 from lizhuqi/update-path
Update path in hostPath example
2 parents a03a482 + 864a5e6 commit b2cf925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/example/smb-provisioner/smb-server-lb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ spec:
5555
volumes:
5656
- name: data-volume
5757
hostPath:
58-
path: /smbshare-volume # modify this to specify another path to store smb share data
58+
path: /home/kubernetes/smbshare-volume # modify this to specify another path to store smb share data
5959
type: DirectoryOrCreate

deploy/example/smb-provisioner/smb-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ spec:
5555
volumes:
5656
- name: data-volume
5757
hostPath:
58-
path: /smbshare-volume # modify this to specify another path to store smb share data
58+
path: /home/kubernetes/smbshare-volume # modify this to specify another path to store smb share data
5959
type: DirectoryOrCreate

0 commit comments

Comments
 (0)