fix postgres password issue
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
|||||||
retries: 3
|
retries: 3
|
||||||
values:
|
values:
|
||||||
auth:
|
auth:
|
||||||
postgresPassword: ${postgresql_password}
|
postgresPassword: ${postgres_password}
|
||||||
username: ${username}
|
username: ${username}
|
||||||
password: ${password}
|
password: ${password}
|
||||||
database: ${database}
|
database: ${database}
|
||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
replication:
|
replication:
|
||||||
synchronousCommit: "on"
|
synchronousCommit: "on"
|
||||||
numSynchronousReplicas: 1
|
numSynchronousReplicas: 1
|
||||||
applicationName: "postgresqlReplication"
|
applicationName: "postgres_repl"
|
||||||
primary:
|
primary:
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user