Skip to content

Commit

Permalink
Fix pvc clone sample yaml (#15569)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weidong Cai authored and k8s-ci-robot committed Jul 29, 2019
1 parent 60506ed commit dcc6d35
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/en/docs/concepts/storage/volume-pvc-datasource.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ metadata:
name: clone-of-pvc-1
namespace: myns
spec:
capacity:
storage: 10Gi
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
dataSource:
kind: PersistentVolumeClaim
name: pvc-1
Expand Down

0 comments on commit dcc6d35

Please sign in to comment.