update postgres initadmin password

This commit is contained in:
2024-10-27 16:40:49 +01:00
parent 8a9d3a6091
commit e8b81e33c2
3 changed files with 3 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ metadata:
labels:
secret-generator.cs.sap.com/enabled: "true"
stringData:
USER: "memgraph"
USER: memgraph
PASSWORD: "%generate"

View File

@@ -7,7 +7,6 @@ global:
existingSecret: postgres-auth
username: zitadel
secretKeys:
adminPasswordKey: admin-password
userPasswordKey: user-password
volumePermissions:

View File

@@ -51,5 +51,5 @@ env:
- name: ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: postgres-auth
key: admin-password
name: postgresql
key: postgres-password