Gallardot commented on a change in pull request #232:
URL: https://github.com/apache/apisix-helm-chart/pull/232#discussion_r835130407
##########
File path: charts/apisix/README.md
##########
@@ -76,9 +76,10 @@ The following tables lists the configurable parameters of
the apisix chart and t
| `apisix.luaModuleHook.configMapRef.name` | Name of the ConfigMap where the
lua module codes store | "" |
| `apisix.luaModuleHook.configMapRef.mounts[].key` | Name of the ConfigMap
key, for setting the mapping relationship between ConfigMap key and the lua
module code path. | `""` |
| `apisix.luaModuleHook.configMapRef.mounts[].path` | Filepath of the plugin
code, for setting the mapping relationship between ConfigMap key and the lua
module code path. | `""` |
-| `apisix.timezone` | The timezone where APISIX container uses. For example:
UTC, Asia/Shanghai. This value will be set on apisix container's environment
variable TZ. Sometimes may need to set the timezone to be consistent with local
time zone, otherwise the apisix's logs may used to retrieve event maybe in
wrong timezone. | `UTC`|
-| `apisix.extraEnvVars` | APISIX container extra environment variables
| `[]`|
-
+| `apisix.timezone` | The timezone where APISIX container uses. For example:
UTC, Asia/Shanghai. This value will be set on apisix container's environment
variable TZ. Sometimes may need to set the timezone to be consistent with local
time zone, otherwise the apisix's logs may used to retrieve event maybe in
wrong timezone. | nil|
Review comment:
Done. PTAL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]