Make fluentd container runtime service configurable.

This commit is contained in:
Lantao Liu
2018-11-16 02:17:55 -08:00
parent a856c7ab1d
commit 1670b4089a
4 changed files with 8 additions and 8 deletions

View File

@@ -320,7 +320,7 @@ data:
<source>
@id journald-container-runtime
@type systemd
matches [{ "_SYSTEMD_UNIT": "{{ container_runtime }}.service" }]
matches [{ "_SYSTEMD_UNIT": "{{ fluentd_container_runtime_service }}.service" }]
<storage>
@type local
persistent true