Merge pull request #58 from mayankshah1607/fix-broken-example
fix: broken manifest for `nfs-server.yaml`
This commit is contained in:
commit
acfbbd9c4b
@ -37,6 +37,7 @@ spec:
|
||||
- mountPath: /nfsshare
|
||||
name: data-volume
|
||||
volumes:
|
||||
name: data-volume
|
||||
hostPath: /nfsshare-volume
|
||||
type: DirectoryOrCreate
|
||||
- name: data-volume
|
||||
hostPath:
|
||||
path: /exports
|
||||
type: DirectoryOrCreate
|
||||
@ -37,6 +37,7 @@ spec:
|
||||
- mountPath: /nfsshare
|
||||
name: data-volume
|
||||
volumes:
|
||||
name: data-volume
|
||||
hostPath: /nfsshare-volume
|
||||
type: DirectoryOrCreate
|
||||
- name: data-volume
|
||||
hostPath:
|
||||
path: /exports
|
||||
type: DirectoryOrCreate
|
||||
Loading…
x
Reference in New Issue
Block a user