Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/applications/postgres.mdpart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Now with the username in the name of this secret and the decrypted password, you

## Using the Database with other Plural Applications

A common use case for spinning up a new Postgres database is using it with another Plural application, for example, Superset. To connect any application
A common use case for spinning up a new Postgres database is using it with another Plural application, for example, Apache Superset. To connect any application
to the Postgres database on the same Kubernetes cluster, use the following address:

`{POSTGRES_POD_NAME}.postgres:5432`
Expand Down
Loading