Skip to content

Commit 864a5e6

Browse files
committed
Update path for hostPath examples
1 parent a03a482 commit 864a5e6

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)