mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 06:49:05 +02:00
update postgres initadmin password
This commit is contained in:
@@ -7,5 +7,5 @@ metadata:
|
||||
labels:
|
||||
secret-generator.cs.sap.com/enabled: "true"
|
||||
stringData:
|
||||
USER: "memgraph"
|
||||
USER: memgraph
|
||||
PASSWORD: "%generate"
|
@@ -7,7 +7,6 @@ global:
|
||||
existingSecret: postgres-auth
|
||||
username: zitadel
|
||||
secretKeys:
|
||||
adminPasswordKey: admin-password
|
||||
userPasswordKey: user-password
|
||||
|
||||
volumePermissions:
|
||||
|
@@ -51,5 +51,5 @@ env:
|
||||
- name: ZITADEL_DATABASE_POSTGRES_ADMIN_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-auth
|
||||
key: admin-password
|
||||
name: postgresql
|
||||
key: postgres-password
|
Reference in New Issue
Block a user