From 6af0067026df7e2467fb36128483cdfbdccf8c14 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 2 Apr 2026 19:29:45 +0800 Subject: [PATCH] fix(gitops): align postgresql auth key and tag --- databases/postgresql/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/postgresql/values.yaml b/databases/postgresql/values.yaml index 2daddf7..8e1700d 100644 --- a/databases/postgresql/values.yaml +++ b/databases/postgresql/values.yaml @@ -13,7 +13,7 @@ auth: username: postgres database: postgres existingSecret: postgresql-auth - secretKey: POSTGRES_PASSWORD + secretKey: password initScripts: enabled: true