mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
update postgress use
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user