username uns dbname in auth
This commit is contained in:
@@ -51,7 +51,7 @@ spec:
|
|||||||
enabled: false
|
enabled: false
|
||||||
accessModes:
|
accessModes:
|
||||||
- "ReadWriteOnce"
|
- "ReadWriteOnce"
|
||||||
|
|
||||||
s3:
|
s3:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
@@ -68,6 +68,8 @@ spec:
|
|||||||
auth:
|
auth:
|
||||||
# Option 1: Use existingSecret (recommended for production)
|
# Option 1: Use existingSecret (recommended for production)
|
||||||
existingSecret: "postgresql-auth"
|
existingSecret: "postgresql-auth"
|
||||||
|
username: "openproject"
|
||||||
|
database: "openproject"
|
||||||
# The secret must contain these keys:
|
# The secret must contain these keys:
|
||||||
# - postgres-password (PostgreSQL superuser password)
|
# - postgres-password (PostgreSQL superuser password)
|
||||||
# - password (openproject user password)
|
# - password (openproject user password)
|
||||||
|
|||||||
Reference in New Issue
Block a user