Commit f392d163 by tingweiwang

Update 4-pv_pvc.yaml

1 parent e487232d
Showing with 4 additions and 4 deletions
...@@ -30,8 +30,8 @@ metadata: ...@@ -30,8 +30,8 @@ metadata:
name: kpl-pv-2 name: kpl-pv-2
spec: spec:
nfs: nfs:
path: NFS_PATH_2 path: NFS_2_PATH
server: NFS_SERVER_2 server: NFS_2_SERVER
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
capacity: capacity:
...@@ -55,8 +55,8 @@ metadata: ...@@ -55,8 +55,8 @@ metadata:
name: kpl-pv3 name: kpl-pv3
spec: spec:
nfs: nfs:
path: NFS_PATH_3 path: NFS_3_PATH
server: NFS_SERVER_3 server: NFS_3_SERVER
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
capacity: capacity:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!