From 17d308ce087d5af14a441674b4a066348f12aac4 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 27 Oct 2024 15:28:49 +0100 Subject: [PATCH] update postgress use --- deployment/zitadel/postgres-values.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/deployment/zitadel/postgres-values.yaml b/deployment/zitadel/postgres-values.yaml index 1f3047a..8d6c235 100644 --- a/deployment/zitadel/postgres-values.yaml +++ b/deployment/zitadel/postgres-values.yaml @@ -1,6 +1,15 @@ annotations: argocd.argoproj.io/hook: Sync +global: + postgresql: + auth: + existingSecret: "postgres-auth" + username: "zitadel" + secretKeys: + adminPasswordKey: "admin-password" + userPasswordKey: "user-password" + volumePermissions: enabled: true @@ -17,10 +26,3 @@ primary: init: jobAnnotations: argocd.argoproj.io/hook: Sync - -env: - - name: POSTGRES_PASSWORD - valueFrom: - secretKeyRef: - name: postgres-auth - key: admin-password \ No newline at end of file