|
1 | 1 | # langfuse |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Open source LLM engineering platform - LLM observability, metrics, evaluations, prompt management. |
6 | 6 |
|
@@ -31,7 +31,7 @@ Open source LLM engineering platform - LLM observability, metrics, evaluations, |
31 | 31 |
|
32 | 32 | | Key | Type | Default | Description | |
33 | 33 | |-----|------|---------|-------------| |
34 | | -| clickhouse.auth.existingSecret | string | `""` | If you want to use an existing secret for the ClickHouse password, set the name of the secret here. (`clickhouse.auth.username` and `clickhouse.auth.password` will be ignored and picked up from this secret). | |
| 34 | +| clickhouse.auth.existingSecret | string | `""` | If you want to use an existing secret for the ClickHouse password, set the name of the secret here. (`clickhouse.auth.password` will be ignored and picked up from this secret). | |
35 | 35 | | clickhouse.auth.existingSecretKey | string | `""` | The key in the existing secret that contains the password. | |
36 | 36 | | clickhouse.auth.password | string | `""` | Password for the ClickHouse user. | |
37 | 37 | | clickhouse.auth.username | string | `"default"` | Username for the ClickHouse user. | |
@@ -190,7 +190,7 @@ Open source LLM engineering platform - LLM observability, metrics, evaluations, |
190 | 190 | | postgresql.args | string | `""` | Additional database connection arguments | |
191 | 191 | | postgresql.auth.args | string | `""` | Additional database connection arguments | |
192 | 192 | | postgresql.auth.database | string | `"postgres_langfuse"` | Database name to use for Langfuse. | |
193 | | -| postgresql.auth.existingSecret | string | `""` | If you want to use an existing secret for the postgres password, set the name of the secret here. (`postgresql.auth.username` and `postgresql.auth.password` will be ignored and picked up from this secret). | |
| 193 | +| postgresql.auth.existingSecret | string | `""` | If you want to use an existing secret for the postgres password, set the name of the secret here. (`postgresql.auth.password` will be ignored and picked up from this secret). | |
194 | 194 | | postgresql.auth.password | string | `""` | Password to use to connect to the postgres database deployed with Langfuse. In case `postgresql.deploy` is set to `true`, the password will be set automatically. | |
195 | 195 | | postgresql.auth.secretKeys | object | `{"userPasswordKey":"password"}` | The key in the existing secret that contains the password. | |
196 | 196 | | postgresql.auth.username | string | `"postgres"` | Username to use to connect to the postgres database deployed with Langfuse. In case `postgresql.deploy` is set to `true`, the user will be created automatically. | |
@@ -218,7 +218,7 @@ Open source LLM engineering platform - LLM observability, metrics, evaluations, |
218 | 218 | | redis.tls.enabled | bool | `false` | Set to `true` to enable TLS/SSL encrypted connection to the Redis server | |
219 | 219 | | redis.tls.keyPath | string | `""` | Path to the client private key file for mutual TLS authentication | |
220 | 220 | | s3.accessKeyId | object | `{"secretKeyRef":{"key":"","name":""},"value":""}` | S3 accessKeyId to use for all uploads. Can be overridden per upload type. | |
221 | | -| s3.auth.existingSecret | string | `""` | If you want to use an existing secret for the root user password, set the name of the secret here. (`s3.auth.rootUser` and `s3.auth.rootPassword` will be ignored and picked up from this secret). | |
| 221 | +| s3.auth.existingSecret | string | `""` | If you want to use an existing secret for the root user password, set the name of the secret here. (`s3.auth.rootPassword` will be ignored and picked up from this secret). | |
222 | 222 | | s3.auth.rootPassword | string | `""` | Password for MinIO root user | |
223 | 223 | | s3.auth.rootPasswordSecretKey | string | `""` | Key where the Minio root user password is being stored inside the existing secret `s3.auth.existingSecret` | |
224 | 224 | | s3.auth.rootUser | string | `"minio"` | root username | |
|
0 commit comments