mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 07:27:18 +08:00
[bitnami/fluentd] mount /var/lib/docker/containers as readonly (#1952)
This commit is contained in:
committed by
GitHub
parent
40b34f5e1d
commit
c5812973e0
@@ -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:
|
||||
|
||||
@@ -95,6 +95,7 @@ spec:
|
||||
mountPath: /var/log
|
||||
- name: varlibdockercontainers
|
||||
mountPath: /var/lib/docker/containers
|
||||
readOnly: true
|
||||
volumes:
|
||||
{{- if .Values.tls.enabled }}
|
||||
- name: certs
|
||||
|
||||
Reference in New Issue
Block a user