Commit e487232d by tingweiwang

Update 4-pv_pvc.yaml

1 parent 6ea598cc
Showing with 4 additions and 4 deletions
...@@ -33,9 +33,9 @@ metadata: ...@@ -33,9 +33,9 @@ metadata:
name: adl-pv2 name: adl-pv2
spec: spec:
nfs: nfs:
path: NFS_PATH_2 ##########模板变量,nfs的目录 path: NFS_2_PATH ##########模板变量,nfs的目录
server: NFS_SERVER_2 #############模板变量,nfs的ip server: NFS_2_SERVER #############模板变量,nfs的ip
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
capacity: capacity:
...@@ -61,9 +61,9 @@ metadata: ...@@ -61,9 +61,9 @@ metadata:
name: adl-pv3 name: adl-pv3
spec: spec:
nfs: nfs:
path: NFS_PATH_3 ##########模板变量,nfs的目录 path: NFS_3_PATH ##########模板变量,nfs的目录
server: NFS_SERVER_3 #############模板变量,nfs的ip server: NFS_3_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!