diff --git a/helm-chart/README.md b/helm-chart/README.md index 5e15bec33..717be998e 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -166,7 +166,7 @@ Please refer to [metrics](./metrics.md) documentation for details. | `logs.file` | Logs dump path | `""` | | `kube.configPath` | Path to the `kubeconfig` file (`$HOME/.kube/config`) | `""` | | `kube.context` | Kubernetes context to use for the deployment | `""` | -| `timezone` | IANA time zone applied to time shown in the front-end | `""` | +| `timezone` | IANA time zone applied to time shown in the front-end | `""` (local time zone applies) | | `dumpLogs` | Enable dumping of logs | `false` | | `headless` | Enable running in headless mode | `false` | | `license` | License key for the Pro/Enterprise edition | `""` |