Browse Source

Merge pull request #3462 from richm/put-curator-config-in-etc

curator config must be in /etc/curator not /usr/curator
Scott Dodson 8 years ago
parent
commit
bb7985f751
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_logging/templates/curator.j2

+ 1 - 1
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