From 6ee19b8a3261b7ddaaa456ebd9ad24c3210bef31 Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Fri, 27 Aug 2021 15:53:54 +0000 Subject: [PATCH] Forgot to make all again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487a9e07..f5a7a840 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ View [our docs](https://coder.com/docs/setup/installation) for detailed installa | logging.splunk.url | string | Splunk HEC collector endpoint. | `""` | | logging.stackdriver | string | Location to send logs that are formatted for Google Stackdriver. Set to an empty string to disable. | `""` | | metrics | object | Configure various metrics to gain observability into Coder. | `{"amplitudeKey":""}` | -| metrics.amplitudeKey | string | Enables telemetry pushing to Amplitude. Keep empty to disable | `""` | +| metrics.amplitudeKey | string | Enables telemetry pushing to Amplitude. Amplitude records how users interact with Coder, which is used to improve the product. No events store any personal information. Amplitude can be found here: https://amplitude.com/ Keep empty to disable. | `""` | | postgres.database | string | Name of the database that Coder will use. You must create this database first. | `""` | | postgres.default | object | Configure a built-in PostgreSQL deployment. | `{"enable":true,"image":"","resources":{"limits":{"cpu":"250m","memory":"1Gi"},"requests":{"cpu":"250m","memory":"1Gi","storage":"10Gi"}},"storageClassName":""}` | | postgres.default.enable | bool | Deploys a PostgreSQL instance. We recommend using an external PostgreSQL instance in production. If true, all other values are ignored. | `true` |