From 8cd606a87c00a484cee4301bb5fdb7f6a4acba5f Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 27 Apr 2023 19:28:54 -0400 Subject: [PATCH] Dont create postgresql user --- cluster/apps/database/postgresql/helm-release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster/apps/database/postgresql/helm-release.yaml b/cluster/apps/database/postgresql/helm-release.yaml index 0da1c5d..19b86e2 100644 --- a/cluster/apps/database/postgresql/helm-release.yaml +++ b/cluster/apps/database/postgresql/helm-release.yaml @@ -15,11 +15,9 @@ spec: namespace: flux-system values: auth: - username: k3spostgresql existingSecret: "pgsql-secrets" secretKeys: adminPasswordKey: "adminPassword" - userPasswordKey: "userPassword" replicationPasswordKey: "replicationPassword" volumePermissions: