From c81235570df3fee30af8a397ac6c9294a42b6c2d Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 31 May 2017 15:22:52 -0600 Subject: fix curator host, port params; remove curator es volumes --- roles/openshift_logging_curator/templates/curator.j2 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'roles/openshift_logging_curator') diff --git a/roles/openshift_logging_curator/templates/curator.j2 b/roles/openshift_logging_curator/templates/curator.j2 index f8b84861f..1bf9b9de2 100644 --- a/roles/openshift_logging_curator/templates/curator.j2 +++ b/roles/openshift_logging_curator/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