postgresql secret

This commit is contained in:
titver968
2025-10-06 09:39:30 +02:00
parent 46ad5e7ab2
commit a915196598
2 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: postgresql-secret
namespace: openproject
stringData:
postgres-password: InnoHubPostgres_2025
passwort: InnoProjectDB_2025

View File

@@ -69,8 +69,9 @@ spec:
auth:
username: "openproject"
database: "openproject"
password: "InnoProjectDB_2025!"
postgresPassword: "InnoHubPostgres_2025!"
# password: "InnoProjectDB_2025"
# postgresPassword: "InnoHubPostgres_2025"
existingSecret: "postgresql-secret"
##secretKeys:
# adminPasswordKey: "InnoHubPostgres_2025!"
# userPasswordKey: "InnoProjectDB_2025!"