From 1df9cee5c127befd27500153a3323cfc6054a943 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Mon, 24 Jun 2019 11:11:52 -0500 Subject: [PATCH] Fluentd: Remove readOnly flag from /var/log mount This removes the readOnly flag from the /var/log mount for the fluentd pod to allow for using the file buffer mechanism when desired Change-Id: I23f0f03824eec5b142d3f2e8e42e8d07cddfe618 Signed-off-by: Steve Wilkerson --- fluentd/templates/deployment-fluentd.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/fluentd/templates/deployment-fluentd.yaml b/fluentd/templates/deployment-fluentd.yaml index b6ae5282..a9d144c7 100644 --- a/fluentd/templates/deployment-fluentd.yaml +++ b/fluentd/templates/deployment-fluentd.yaml @@ -169,7 +169,6 @@ spec: {{- if eq .Values.deployment.type "DaemonSet" }} - name: varlog mountPath: /var/log - readOnly: true - name: varlibdockercontainers mountPath: /var/lib/docker/containers readOnly: true