From 4195a202e538dd980965e7fd9cf806b898926f7d Mon Sep 17 00:00:00 2001 From: j Date: Sat, 16 Aug 2025 03:55:59 +0000 Subject: [PATCH] Move credentials to secret --- applications/30-databases/postgresql/bitnami.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/applications/30-databases/postgresql/bitnami.yaml b/applications/30-databases/postgresql/bitnami.yaml index 9637a35..944ca6a 100644 --- a/applications/30-databases/postgresql/bitnami.yaml +++ b/applications/30-databases/postgresql/bitnami.yaml @@ -14,10 +14,7 @@ spec: releaseName: postgresql values: | auth: - postgresPassword: mysupersecretpassword - username: myuser - password: myuserpassword - database: mydb + existingSecret: postgresql-secret primary: persistence: enabled: true