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
7 changes: 6 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,13 @@ $ kubectl delete configmap my-custom-homeserver
configmap "my-custom-homeserver" deleted
```

## Deploying a PostgreSQL instance for Synapse
## [DEPRECATED] Deploying a PostgreSQL instance for Synapse

> [!WARNING]
> This feature is not tested on recent versions of the Synapse Operator and
> will be removed in the future

> [!NOTE]
> *Pre-requisite:* The deployment of a PostgreSQL instance relies on the
> [postgres-operator](https://github.com/CrunchyData/postgres-operator). Make
> sure it is running on your cluster if you want to deploy a PostgreSQL
Expand Down
Loading