summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.7/cfme-templates/cfme-pv-db-example.yaml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-03 15:08:27 -0400
committerGitHub <noreply@github.com>2017-08-03 15:08:27 -0400
commit05a9c91735cc95457411dbb19951341e5418df18 (patch)
treef9c9bb750370732e83daedb36e44aa199aaceccb /roles/openshift_examples/files/examples/v3.7/cfme-templates/cfme-pv-db-example.yaml
parent1765ce2bb6ab28a14c60dd5c268ec97ed788a1c1 (diff)
parent1fdf6048f45bf64fbdd4a74ebe40ec45ff06d016 (diff)
downloadopenshift-05a9c91735cc95457411dbb19951341e5418df18.tar.gz
openshift-05a9c91735cc95457411dbb19951341e5418df18.tar.bz2
openshift-05a9c91735cc95457411dbb19951341e5418df18.tar.xz
openshift-05a9c91735cc95457411dbb19951341e5418df18.zip
Merge pull request #4988 from stevekuznetsov/skuznets/tolerate-3.7
Update version checks to tolerate 3.7
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.7/cfme-templates/cfme-pv-db-example.yaml')
-rw-r--r--roles/openshift_examples/files/examples/v3.7/cfme-templates/cfme-pv-db-example.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/openshift_examples/files/examples/v3.7/cfme-templates/cfme-pv-db-example.yaml b/roles/openshift_examples/files/examples/v3.7/cfme-templates/cfme-pv-db-example.yaml
new file mode 100644
index 000000000..250a99b8d
--- /dev/null
+++ b/roles/openshift_examples/files/examples/v3.7/cfme-templates/cfme-pv-db-example.yaml
@@ -0,0 +1,13 @@
+apiVersion: v1
+kind: PersistentVolume
+metadata:
+ name: cfme-pv01
+spec:
+ capacity:
+ storage: 15Gi
+ accessModes:
+ - ReadWriteOnce
+ nfs:
+ path: /exports/cfme-pv01
+ server: <your-nfs-host-here>
+ persistentVolumeReclaimPolicy: Retain