fix postgres password issue

This commit is contained in:
2024-06-24 15:48:41 +10:00
parent 70accb15fb
commit 5831e1956d

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