1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-17 10:03:20 +02:00

Merge pull request #1720 from bigchaindb/remove-reclaim-policy-k8s-pvc

Remove persistentVolumeReclaimPolicy from the pvc request
This commit is contained in:
Ahmed Muawia Khan 2017-08-17 15:12:40 +02:00 committed by GitHub
commit e41a378df4

View File

@ -10,8 +10,6 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
# FIXME(Uncomment when ACS supports this!)
# persistentVolumeReclaimPolicy: Retain
resources:
requests:
storage: 20Gi
@ -28,8 +26,6 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
# FIXME(Uncomment when ACS supports this!)
# persistentVolumeReclaimPolicy: Retain
resources:
requests:
storage: 1Gi