update postgress use

This commit is contained in:
2024-10-27 15:28:49 +01:00
parent e8d065c3bd
commit 17d308ce08

View File

@@ -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