diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2017-05-31 17:08:00 -0600 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2017-05-31 17:08:00 -0600 |
| commit | c5dd372acef945a5054b82ad88c251136381ccb7 (patch) | |
| tree | 0bcda2085161c94ff511f179fd9043e0c0ef4b14 | |
| parent | f74ac82fcd618b01b9893771284259021db36534 (diff) | |
mux uses fluentd cert/key to talk to ES
| -rw-r--r-- | roles/openshift_logging_mux/templates/mux.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_logging_mux/templates/mux.j2 b/roles/openshift_logging_mux/templates/mux.j2 index 770a2bfbd..502cd3347 100644 --- a/roles/openshift_logging_mux/templates/mux.j2 +++ b/roles/openshift_logging_mux/templates/mux.j2 @@ -109,7 +109,7 @@ spec: name: logging-mux - name: certs secret: - secretName: logging-mux + secretName: logging-fluentd - name: dockerhostname hostPath: path: /etc/hostname |
