From cb2dbb120af34fe531903df084fa67509dcedbc7 Mon Sep 17 00:00:00 2001 From: tiptophelmet Date: Wed, 13 Mar 2024 23:49:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20`timezone`=20config=20d?= =?UTF-8?q?ocs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | `""` |