Skip to content

Commit

Permalink
fix: markdown trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Jan 6, 2024
1 parent d90524b commit 679a739
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions langfuse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ helm install langfuse-demo https://ilyannn.github.io/charts/langfuse -f langfuse

### Config-Free Installation

The default values set up the bundled Postgres, and the chart takes care of and setting up
the authentication between the database and the service.
The default values set up the bundled Postgres, and the chart takes care of and setting up
the authentication between the database and the service.

The Postgres password will be generated and saved in a `Secret` (in the example above, named
`langfuse-demo-postgres-secret`).


### Connecting to an Existing Database

If the bundled chart is disabled, one can authenticate to an existing database.
If the bundled chart is disabled, one can authenticate to an existing database.

```yaml
postgresql:
Expand All @@ -28,7 +27,6 @@ postgresql:
databaseURL: "postgresql://some-existing-url"
```
### Accessing the installation
The chart comes with an ingress that can be set up with
Expand Down

0 comments on commit 679a739

Please sign in to comment.