diff --git a/values.yaml b/values.yaml
index 15c15805f75dec08e348e5229079305802c45c81..ae6471594d42e2190ae099eeb61e3e79a1fe6bfe 100644
--- a/values.yaml
+++ b/values.yaml
@@ -158,6 +158,17 @@ metrics:
       uri: /api/prom/push
       threaded: false
 
+    # 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: {}
+
     # -- max size for in-disk storage for fluent-bit
     diskMaxCache: "5G"