From 4b022d11a01c3b71a59fbf6ac484135ecdab4376 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Tue, 15 Jul 2025 12:56:24 +0200 Subject: [PATCH] Set database to ns postgres --- apps/authentik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentik.yaml b/apps/authentik.yaml index daa7807..1d3e6cd 100644 --- a/apps/authentik.yaml +++ b/apps/authentik.yaml @@ -43,7 +43,7 @@ apiVersion: postgresql.cnpg.io/v1 kind: Database metadata: name: authentik-db - namespace: authentik + namespace: postgres spec: name: authentik owner: authentik