Skip to content

Commit

Permalink
fix: broken manifest for nfs-server.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Mayank Shah <[email protected]>
  • Loading branch information
mayankshah1607 committed Oct 10, 2020
1 parent 526c950 commit c90f6b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions examples/kubernetes/nfs-provisioner/nfs-server-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
- mountPath: /nfsshare
name: data-volume
volumes:
name: data-volume
hostPath: /nfsshare-volume
type: DirectoryOrCreate
- name: data-volume
hostPath:
path: /nfsshare-volume
type: DirectoryOrCreate
7 changes: 4 additions & 3 deletions examples/kubernetes/nfs-provisioner/nfs-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ spec:
- mountPath: /nfsshare
name: data-volume
volumes:
name: data-volume
hostPath: /nfsshare-volume
type: DirectoryOrCreate
- name: data-volume
hostPath:
path: /nfsshare-volume
type: DirectoryOrCreate

0 comments on commit c90f6b7

Please sign in to comment.