Fixing broken persistentvolume nfs example

This commit is contained in:
nikhiljindal
2015-05-11 13:19:02 -07:00
parent 881f11adbf
commit e02b6f7f3f
3 changed files with 13 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
id: pv0003
kind: PersistentVolume
apiVersion: v1beta1
spec:
source:
nfsMount:
server: "172.17.0.2"
path: "/tmp"
readOnly: false