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