From 74ba1981d9fbad95a7bb816dcc0fb5b768510df1 Mon Sep 17 00:00:00 2001 From: Matthias Goerens Date: Tue, 8 Jul 2025 12:05:52 +0200 Subject: [PATCH] Deprecate deploying postgresql database Signed-off-by: Matthias Goerens --- examples/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 60ba21f..d75f7a2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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