username uns dbname in auth

This commit is contained in:
titver968
2025-10-07 08:32:29 +02:00
parent e1fa84232d
commit 797d20d46f

View File

@@ -51,7 +51,7 @@ spec:
enabled: false
accessModes:
- "ReadWriteOnce"
s3:
enabled: true
auth:
@@ -68,6 +68,8 @@ spec:
auth:
# Option 1: Use existingSecret (recommended for production)
existingSecret: "postgresql-auth"
username: "openproject"
database: "openproject"
# The secret must contain these keys:
# - postgres-password (PostgreSQL superuser password)
# - password (openproject user password)