From c953d6ade40554629deb6d875ce77e8b6fc3f6e5 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Mon, 29 Apr 2024 09:03:05 +0200 Subject: [PATCH] feat(postgres): add umami DB --- postgres-operator/resources/db/default-cluster.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postgres-operator/resources/db/default-cluster.yaml b/postgres-operator/resources/db/default-cluster.yaml index 5be032d..b708dc7 100644 --- a/postgres-operator/resources/db/default-cluster.yaml +++ b/postgres-operator/resources/db/default-cluster.yaml @@ -35,6 +35,9 @@ spec: - name: noco databases: - noco + - name: umami + databases: + - umami - name: vaultwarden databases: - vaultwarden