postgresql secret
This commit is contained in:
9
argocd/apps/openproject/postgresql-secrets.yaml
Normal file
9
argocd/apps/openproject/postgresql-secrets.yaml
Normal 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
|
||||
@@ -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!"
|
||||
|
||||
Reference in New Issue
Block a user