diff --git a/values.yaml b/values.yaml index ae6471594d42e2190ae099eeb61e3e79a1fe6bfe..960930d1fc021516f920f8e2884465539b5edb98 100644 --- a/values.yaml +++ b/values.yaml @@ -423,3 +423,14 @@ logs: extraVolumes: [] ## -- extra volumes to mount in the fluentbits, can be used to scrape metrics from pvcs extraVolumeMounts: [] + + # These scripts are available in the fluentbit /fluent-bit/etc/scripts path. + # Include your lua scripts in the following format: + # luaScripts: + # my_lua_script.lua: | + # function my_function(tag, timestamp, record) + # // Do something... + # return 2, timestamp, record + # end + # my_other_lua_script.lua: ... + luaScripts: {}