diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-23 11:46:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 11:46:38 -0500 |
commit | bb7985f751eab9c9e987e85f00a1918f0f9594c8 (patch) | |
tree | a779c01a2c066f3e202cf45f62fdad70ceb05478 | |
parent | 05bccd27a735d6884ee389bd3d55e0458f7d3daa (diff) | |
parent | 5822c3c13677c5de10ca804f5edc9c237e2005aa (diff) | |
download | openshift-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
-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 |