From 5822c3c13677c5de10ca804f5edc9c237e2005aa Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 22 Feb 2017 19:07:22 -0700 Subject: curator config must be in /etc/curator not /usr/curator --- roles/openshift_logging/templates/curator.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_logging/templates') diff --git a/roles/openshift_logging/templates/curator.j2 b/roles/openshift_logging/templates/curator.j2 index 55f4976ec..a0fefd882 100644 --- a/roles/openshift_logging/templates/curator.j2 +++ b/roles/openshift_logging/templates/curator.j2 @@ -87,7 +87,7 @@ spec: mountPath: /etc/curator/keys readOnly: true - name: config - mountPath: /usr/curator/settings + mountPath: /etc/curator/settings readOnly: true - name: elasticsearch-storage mountPath: /elasticsearch/persistent -- cgit v1.2.1