From 9b739da4b2f3d81a91456bd8cfa0ef14b5197e60 Mon Sep 17 00:00:00 2001 From: keshavprasadms <msknext@gmail.com> Date: Tue, 26 Nov 2019 23:52:13 +0530 Subject: [PATCH] fix: adding second file as filter --- .../helm_charts/logging/fluent-bit/templates/daemonset.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kubernetes/helm_charts/logging/fluent-bit/templates/daemonset.yaml b/kubernetes/helm_charts/logging/fluent-bit/templates/daemonset.yaml index 60a61c1d5..4afff5f80 100644 --- a/kubernetes/helm_charts/logging/fluent-bit/templates/daemonset.yaml +++ b/kubernetes/helm_charts/logging/fluent-bit/templates/daemonset.yaml @@ -106,6 +106,9 @@ spec: - name: config mountPath: /fluent-bit/etc/fluent-bit-filter.conf subPath: fluent-bit-filter.conf + - name: config + mountPath: /fluent-bit/etc/fluent-bit-filter.conf + subPath: fluent-bit-filter-envoy.conf - name: config mountPath: /fluent-bit/etc/fluent-bit-output.conf subPath: fluent-bit-output.conf -- GitLab