[bitnami/fluentd] mount /var/lib/docker/containers as readonly (#1952)

This commit is contained in:
Austin Cawley-Edwards
2020-02-19 11:19:09 -05:00
committed by GitHub
parent 40b34f5e1d
commit c5812973e0
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd
version: 0.4.15
version: 0.4.16
appVersion: 1.9.2
description: Fluentd is an open source data collector for unified logging layer
keywords:

View File

@@ -95,6 +95,7 @@ spec:
mountPath: /var/log
- name: varlibdockercontainers
mountPath: /var/lib/docker/containers
readOnly: true
volumes:
{{- if .Values.tls.enabled }}
- name: certs