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: remediation:
retries: 3 retries: 3
values: values:
global: auth:
auth: postgresPassword: ${postgresql_password}
postgresPassword: ${postgresql_password} username: ${username}
username: ${username} password: ${password}
password: ${password} database: ${database}
database: ${database} replicationPassword: ${replication_password}
replicationPassword: ${replication_password}
architecture: "replication" architecture: "replication"
replication: replication:
synchronousCommit: "on" synchronousCommit: "on"