diff options
author | Rich Megginson <rmeggins@redhat.com> | 2017-02-22 19:07:22 -0700 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2017-02-22 19:07:22 -0700 |
commit | 5822c3c13677c5de10ca804f5edc9c237e2005aa (patch) | |
tree | f73d50cb9ca0883d55a3018d2b68056c631856ae /roles | |
parent | f0a32af0548eb309b9bb3bb2c366d35bdfab1847 (diff) | |
download | openshift-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')
-rw-r--r-- | roles/openshift_logging/templates/curator.j2 | 2 |
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 |