Merge pull request #288 from 3dwardch3ng/app/sonarqube

fix postgres password issue
This commit is contained in:
2024-06-24 15:49:01 +10:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ spec:
retries: 3
values:
auth:
postgresPassword: ${postgresql_password}
postgresPassword: ${postgres_password}
username: ${username}
password: ${password}
database: ${database}
@@ -27,7 +27,7 @@ spec:
replication:
synchronousCommit: "on"
numSynchronousReplicas: 1
applicationName: "postgresqlReplication"
applicationName: "postgres_repl"
primary:
podSecurityContext:
fsGroup: 1000