Skip to content

Commit

Permalink
Add pv-0000 to volume configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sykesm committed Jan 5, 2017
1 parent f2d3a2c commit 58f0f71
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ metadata:
---
kind: PersistentVolume
apiVersion: v1
metadata:
name: pv-0000
namespace: bosh
spec:
capacity:
storage: 5Gi
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Recycle
hostPath:
path: /data/pv-0000/
---
kind: PersistentVolume
apiVersion: v1
metadata:
name: pv-0001
namespace: bosh
Expand Down

0 comments on commit 58f0f71

Please sign in to comment.