diff --git a/values.yaml b/values.yaml index 7f412d5777552c866bdfeb1b1c696e0c04bc6da4..4b28a1d16290db1ad4e6a740279c3b1efaaeb9f3 100644 --- a/values.yaml +++ b/values.yaml @@ -382,3 +382,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: {}