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

---
 chart/templates/deployment-postgres.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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