Merge "Fluentd: Remove readOnly flag from /var/log mount"
This commit is contained in:
commit
73bc44bc32
@ -171,7 +171,6 @@ spec:
|
|||||||
{{- if eq .Values.deployment.type "DaemonSet" }}
|
{{- if eq .Values.deployment.type "DaemonSet" }}
|
||||||
- name: varlog
|
- name: varlog
|
||||||
mountPath: /var/log
|
mountPath: /var/log
|
||||||
readOnly: true
|
|
||||||
- name: varlibdockercontainers
|
- name: varlibdockercontainers
|
||||||
mountPath: /var/lib/docker/containers
|
mountPath: /var/lib/docker/containers
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
Loading…
Reference in New Issue
Block a user