From f1a6e7a3e817a7437d18d1508c0136b2613ddc6d Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 8 Dec 2020 07:15:00 -0800 Subject: [PATCH] Lua fix fluent-bit --- charts/kubezero-logging/charts/fluent-bit/Chart.yaml | 2 +- charts/kubezero-logging/charts/fluent-bit/templates/_pod.tpl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/kubezero-logging/charts/fluent-bit/Chart.yaml b/charts/kubezero-logging/charts/fluent-bit/Chart.yaml index 58a0c16..f29b870 100644 --- a/charts/kubezero-logging/charts/fluent-bit/Chart.yaml +++ b/charts/kubezero-logging/charts/fluent-bit/Chart.yaml @@ -5,7 +5,7 @@ keywords: - logging - fluent-bit - fluentd -version: 0.7.13 +version: 0.7.14 appVersion: 1.6.8 icon: https://fluentbit.io/assets/img/logo1-default.png home: https://fluentbit.io/ diff --git a/charts/kubezero-logging/charts/fluent-bit/templates/_pod.tpl b/charts/kubezero-logging/charts/fluent-bit/templates/_pod.tpl index a55df22..962c9ed 100644 --- a/charts/kubezero-logging/charts/fluent-bit/templates/_pod.tpl +++ b/charts/kubezero-logging/charts/fluent-bit/templates/_pod.tpl @@ -51,11 +51,9 @@ containers: - name: config mountPath: /fluent-bit/etc/custom_parsers.conf subPath: custom_parsers.conf - {{- if .Values.config.lua }} - name: config mountPath: /fluent-bit/etc/functions.lua subPath: functions.lua - {{- end }} {{- if eq .Values.kind "DaemonSet" }} - name: varlog mountPath: /var/log