Merge pull request #58 from mayankshah1607/fix-broken-example

fix: broken manifest for `nfs-server.yaml`
This commit is contained in:
Kubernetes Prow Robot 2020-10-10 09:00:46 -07:00 committed by GitHub
commit acfbbd9c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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