summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cfme/templates/miq-pv-db.yaml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_cfme/templates/miq-pv-db.yaml.j2')
-rw-r--r--roles/openshift_cfme/templates/miq-pv-db.yaml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_cfme/templates/miq-pv-db.yaml.j2 b/roles/openshift_cfme/templates/miq-pv-db.yaml.j2
index b8c3bb277..280f3e97a 100644
--- a/roles/openshift_cfme/templates/miq-pv-db.yaml.j2
+++ b/roles/openshift_cfme/templates/miq-pv-db.yaml.j2
@@ -8,6 +8,6 @@ spec:
accessModes:
- ReadWriteOnce
nfs:
- path: /exports/miq-pv01
+ path: {{ openshift_cfme_nfs_directory }}/miq-pv01
server: {{ openshift_cfme_nfs_server }}
persistentVolumeReclaimPolicy: Retain