fix postgres password issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user