summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/templates
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2017-02-22 19:07:22 -0700
committerRich Megginson <rmeggins@redhat.com>2017-02-22 19:07:22 -0700
commit5822c3c13677c5de10ca804f5edc9c237e2005aa (patch)
treef73d50cb9ca0883d55a3018d2b68056c631856ae /roles/openshift_logging/templates
parentf0a32af0548eb309b9bb3bb2c366d35bdfab1847 (diff)
downloadopenshift-5822c3c13677c5de10ca804f5edc9c237e2005aa.tar.gz
openshift-5822c3c13677c5de10ca804f5edc9c237e2005aa.tar.bz2
openshift-5822c3c13677c5de10ca804f5edc9c237e2005aa.tar.xz
openshift-5822c3c13677c5de10ca804f5edc9c237e2005aa.zip
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