Merge pull request #222 from 3dwardch3ng/app/postgresql

fix values
This commit is contained in:
2024-06-19 02:27:08 +10:00
committed by GitHub

View File

@@ -41,13 +41,12 @@ spec:
remediation:
retries: 3
values:
global:
auth:
postgresPassword: ${postgresql_password}
username: ${username}
password: ${password}
database: ${database}
replicationPassword: ${replication_password}
auth:
postgresPassword: ${postgresql_password}
username: ${username}
password: ${password}
database: ${database}
replicationPassword: ${replication_password}
architecture: "replication"
replication:
synchronousCommit: "on"