From 542863c6d31f606cc78244c0faf5aff57d7b5830 Mon Sep 17 00:00:00 2001
From: Thomas Menard <tmenard@pastreur.fr>
Date: Thu, 11 Apr 2024 16:20:15 +0200
Subject: [PATCH]

---
 chart/templates/deployment-postgres.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/deployment-postgres.yaml b/chart/templates/deployment-postgres.yaml
index 31980a9a..ac1669f1 100644
--- a/chart/templates/deployment-postgres.yaml
+++ b/chart/templates/deployment-postgres.yaml
@@ -20,7 +20,7 @@ spec:
     schemas:
       public:
         defaultRoles: true
-        defaultUsers: {{ .Values.postgresql.defaultUsers }}
+        defaultUsers: false
     {{- with .Values.postgresql.preparedDatabases.extensions }}
     extensions:
     {{- toYaml . | nindent 8 }}
-- 
GitLab