You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| apisix.image.tag | string |`"3.3.2"`| API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
99
101
| apisix.kind | string |`"Deployment"`| Use a `DaemonSet` or `Deployment`|
100
-
| apisix.luaModuleHook | object |`{"configMapRef":{"mounts":[{"key":"","path":""}],"name":""},"enabled":false,"hookPoint":"","luaPath":""}`| Whether to add a custom lua module |
101
-
| apisix.luaModuleHook.configMapRef | object |`{"mounts":[{"key":"","path":""}],"name":""}`| configmap that stores the codes |
102
-
| apisix.luaModuleHook.configMapRef.mounts[0]| object |`{"key":"","path":""}`| Name of the ConfigMap key, for setting the mapping relationship between ConfigMap key and the lua module code path. |
103
-
| apisix.luaModuleHook.configMapRef.mounts[0].path | string |`""`| Filepath of the plugin code, for setting the mapping relationship between ConfigMap key and the lua module code path. |
104
-
| apisix.luaModuleHook.configMapRef.name | string |`""`| Name of the ConfigMap where the lua module codes store |
105
-
| apisix.luaModuleHook.hookPoint | string |`""`| the hook module which will be used to inject third party code into APISIX use the lua require style like: "module.say_hello" |
106
-
| apisix.luaModuleHook.luaPath | string |`""`| extend lua_package_path to load third party code |
0 commit comments