From 9d4a092842c3671d69c34f40cfcebacc10d4ce81 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 10 May 2025 13:30:05 +0200 Subject: [PATCH] Add default fields for CloudNativePG role configuration --- applications/templates/cloudnativepg.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/templates/cloudnativepg.yaml b/applications/templates/cloudnativepg.yaml index e4be38a..ca56e2a 100644 --- a/applications/templates/cloudnativepg.yaml +++ b/applications/templates/cloudnativepg.yaml @@ -91,12 +91,15 @@ spec: roles: - name: marco connectionLimit: -1 + inherit: true ensure: present login: true superuser: true passwordSecret: name: postgres-marco - name: authentik + connectionLimit: -1 + inherit: true login: true createdb: true passwordSecret: