summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cfme/files/templates/cloudforms/cfme-pv-backup-example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_cfme/files/templates/cloudforms/cfme-pv-backup-example.yaml')
-rw-r--r--roles/openshift_cfme/files/templates/cloudforms/cfme-pv-backup-example.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/roles/openshift_cfme/files/templates/cloudforms/cfme-pv-backup-example.yaml b/roles/openshift_cfme/files/templates/cloudforms/cfme-pv-backup-example.yaml
deleted file mode 100644
index 4fe349897..000000000
--- a/roles/openshift_cfme/files/templates/cloudforms/cfme-pv-backup-example.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-apiVersion: v1
-kind: PersistentVolume
-metadata:
- name: cfme-pv03
-spec:
- capacity:
- storage: 15Gi
- accessModes:
- - ReadWriteOnce
- nfs:
- path: "/exports/cfme-pv03"
- server: "<your-nfs-host-here>"
- persistentVolumeReclaimPolicy: Retain