summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/templates/es-storage-pvc.partial
diff options
context:
space:
mode:
authorJeff Cantrill <jcantril@redhat.com>2017-03-08 09:17:43 -0500
committerJeff Cantrill <jcantril@redhat.com>2017-03-09 16:50:06 -0500
commit5e952859247d28abe6d5efb794ff6a1f8639000d (patch)
tree1e03d97ab6d8842db2713bce3a905c755841feae /roles/openshift_logging/templates/es-storage-pvc.partial
parentb551ba3afbe6bf2b4888bd62dc0f5a837edadb67 (diff)
downloadopenshift-5e952859247d28abe6d5efb794ff6a1f8639000d.tar.gz
openshift-5e952859247d28abe6d5efb794ff6a1f8639000d.tar.bz2
openshift-5e952859247d28abe6d5efb794ff6a1f8639000d.tar.xz
openshift-5e952859247d28abe6d5efb794ff6a1f8639000d.zip
bug 1428249. Use ES hostmount storage if it exists
Diffstat (limited to 'roles/openshift_logging/templates/es-storage-pvc.partial')
-rw-r--r--roles/openshift_logging/templates/es-storage-pvc.partial2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_logging/templates/es-storage-pvc.partial b/roles/openshift_logging/templates/es-storage-pvc.partial
new file mode 100644
index 000000000..fcbff68de
--- /dev/null
+++ b/roles/openshift_logging/templates/es-storage-pvc.partial
@@ -0,0 +1,2 @@
+ persistentVolumeClaim:
+ claimName: {{es_storage['pvc_claim']}}