From ad17d03de5104e4b4f99c13b9cc696078927672a Mon Sep 17 00:00:00 2001 From: ewolinetz Date: Mon, 10 Apr 2017 18:33:37 -0500 Subject: Pick from issue3896 --- roles/openshift_logging/templates/curator.j2 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'roles/openshift_logging/templates') diff --git a/roles/openshift_logging/templates/curator.j2 b/roles/openshift_logging/templates/curator.j2 index a0fefd882..c6284166b 100644 --- a/roles/openshift_logging/templates/curator.j2 +++ b/roles/openshift_logging/templates/curator.j2 @@ -89,9 +89,6 @@ spec: - name: config mountPath: /etc/curator/settings readOnly: true - - name: elasticsearch-storage - mountPath: /elasticsearch/persistent - readOnly: true volumes: - name: certs secret: @@ -99,5 +96,3 @@ spec: - name: config configMap: name: logging-curator - - name: elasticsearch-storage - emptyDir: {} -- cgit v1.2.1