From ff4f4665c413cf24aef0625d0c5b4771eafd064e Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 27 Oct 2024 16:51:10 +0100 Subject: [PATCH] modify postgres start values --- deployment/zitadel/postgres-values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployment/zitadel/postgres-values.yaml b/deployment/zitadel/postgres-values.yaml index 97c706b..08ba6ab 100644 --- a/deployment/zitadel/postgres-values.yaml +++ b/deployment/zitadel/postgres-values.yaml @@ -5,9 +5,8 @@ global: postgresql: auth: existingSecret: postgres-auth - username: zitadel secretKeys: - userPasswordKey: user-password + adminPasswordKey: admin-password volumePermissions: enabled: true