summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/templates
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-23 11:46:38 -0500
committerGitHub <noreply@github.com>2017-02-23 11:46:38 -0500
commitbb7985f751eab9c9e987e85f00a1918f0f9594c8 (patch)
treea779c01a2c066f3e202cf45f62fdad70ceb05478 /roles/openshift_logging/templates
parent05bccd27a735d6884ee389bd3d55e0458f7d3daa (diff)
parent5822c3c13677c5de10ca804f5edc9c237e2005aa (diff)
downloadopenshift-bb7985f751eab9c9e987e85f00a1918f0f9594c8.tar.gz
openshift-bb7985f751eab9c9e987e85f00a1918f0f9594c8.tar.bz2
openshift-bb7985f751eab9c9e987e85f00a1918f0f9594c8.tar.xz
openshift-bb7985f751eab9c9e987e85f00a1918f0f9594c8.zip
Merge pull request #3462 from richm/put-curator-config-in-etc
curator config must be in /etc/curator not /usr/curator
Diffstat (limited to 'roles/openshift_logging/templates')
-rw-r--r--roles/openshift_logging/templates/curator.j22
1 files changed, 1 insertions, 1 deletions
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