From f7a2152cd0d3550f2fc53221e7a16210666cd970 Mon Sep 17 00:00:00 2001 From: typelambda Date: Tue, 8 Aug 2017 12:20:32 -0700 Subject: [PATCH] [stable/sumologic-fluentd] Add a container volumeMount mountPath /var/log/ (#1516) --- stable/sumologic-fluentd/templates/daemonset.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stable/sumologic-fluentd/templates/daemonset.yaml b/stable/sumologic-fluentd/templates/daemonset.yaml index e3fb328c35..dbbd2f51fa 100644 --- a/stable/sumologic-fluentd/templates/daemonset.yaml +++ b/stable/sumologic-fluentd/templates/daemonset.yaml @@ -25,6 +25,9 @@ spec: - name: host-logs mountPath: /mnt/log/ readOnly: true + - name: host-logs + mountPath: /var/log/ + readOnly: true - name: docker-logs mountPath: /var/lib/docker/ readOnly: true