Skip to content

Commit 6bca292

Browse files
authored
chore: Run make all (#148)
1 parent 9605d70 commit 6bca292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ View [our docs](https://coder.com/docs/setup/installation) for detailed installa
7070
| logging.splunk.url | string | Splunk HEC collector endpoint. | `""` |
7171
| logging.stackdriver | string | Location to send logs that are formatted for Google Stackdriver. Set to an empty string to disable. | `""` |
7272
| metrics | object | Configure various metrics to gain observability into Coder. | `{"amplitudeKey":""}` |
73-
| metrics.amplitudeKey | string | Enables telemetry pushing to Amplitude. Keep empty to disable | `""` |
73+
| 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. | `""` |
7474
| postgres.database | string | Name of the database that Coder will use. You must create this database first. | `""` |
7575
| 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":""}` |
7676
| 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` |

0 commit comments

Comments
 (0)