no secrets data in yaml file
This commit is contained in:
@@ -67,16 +67,16 @@ spec:
|
||||
bundled: true
|
||||
auth:
|
||||
# Option 1: Use existingSecret (recommended for production)
|
||||
existingSecret: "postgresql-secrets"
|
||||
# existingSecret: "postgresql-secrets"
|
||||
# The secret must contain these keys:
|
||||
# - postgres-password (PostgreSQL superuser password)
|
||||
# - password (openproject user password)
|
||||
|
||||
# Option 2: Set passwords directly (not recommended for production)
|
||||
# username: "openproject"
|
||||
# password: "your-openproject-password"
|
||||
# postgresPassword: "your-postgres-admin-password"
|
||||
# database: "openproject"
|
||||
username: "openproject"
|
||||
password: "openproject123"
|
||||
postgresPassword: "postgres123"
|
||||
database: "openproject"
|
||||
global:
|
||||
readOnlyRootFilesystem: false
|
||||
primary:
|
||||
|
||||
Reference in New Issue
Block a user