Lua fix fluent-bit
This commit is contained in:
parent
77a7ba2ed6
commit
a8314d4074
@ -5,7 +5,7 @@ keywords:
|
|||||||
- logging
|
- logging
|
||||||
- fluent-bit
|
- fluent-bit
|
||||||
- fluentd
|
- fluentd
|
||||||
version: 0.7.13
|
version: 0.7.14
|
||||||
appVersion: 1.6.8
|
appVersion: 1.6.8
|
||||||
icon: https://fluentbit.io/assets/img/logo1-default.png
|
icon: https://fluentbit.io/assets/img/logo1-default.png
|
||||||
home: https://fluentbit.io/
|
home: https://fluentbit.io/
|
||||||
|
@ -51,11 +51,9 @@ containers:
|
|||||||
- name: config
|
- name: config
|
||||||
mountPath: /fluent-bit/etc/custom_parsers.conf
|
mountPath: /fluent-bit/etc/custom_parsers.conf
|
||||||
subPath: custom_parsers.conf
|
subPath: custom_parsers.conf
|
||||||
{{- if .Values.config.lua }}
|
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /fluent-bit/etc/functions.lua
|
mountPath: /fluent-bit/etc/functions.lua
|
||||||
subPath: functions.lua
|
subPath: functions.lua
|
||||||
{{- end }}
|
|
||||||
{{- if eq .Values.kind "DaemonSet" }}
|
{{- if eq .Values.kind "DaemonSet" }}
|
||||||
- name: varlog
|
- name: varlog
|
||||||
mountPath: /var/log
|
mountPath: /var/log
|
||||||
|
Loading…
Reference in New Issue
Block a user