no secrets data in yaml file

This commit is contained in:
titver968
2025-10-06 18:07:04 +02:00
parent 9d1335b4de
commit 06d0a4e916

View File

@@ -67,16 +67,16 @@ spec:
bundled: true bundled: true
auth: auth:
# Option 1: Use existingSecret (recommended for production) # Option 1: Use existingSecret (recommended for production)
existingSecret: "postgresql-secrets" # existingSecret: "postgresql-secrets"
# 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)
# Option 2: Set passwords directly (not recommended for production) # Option 2: Set passwords directly (not recommended for production)
# username: "openproject" username: "openproject"
# password: "your-openproject-password" password: "openproject123"
# postgresPassword: "your-postgres-admin-password" postgresPassword: "postgres123"
# database: "openproject" database: "openproject"
global: global:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
primary: primary: