Commit 7b2f6741 by tingweiwang

Update 4-pv_pvc.yaml

1 parent e9669c69
Showing with 2 additions and 2 deletions
...@@ -5,9 +5,9 @@ metadata: ...@@ -5,9 +5,9 @@ metadata:
name: adl-pv name: adl-pv
spec: spec:
nfs: nfs:
path: NFS_PATH_1 ##########模板变量,nfs的目录 path: NFS_PATH ##########模板变量,nfs的目录
server: NFS_SERVER_1 #############模板变量,nfs的ip server: NFS_SERVER #############模板变量,nfs的ip
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!