change postgres.password to postgres
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
0c4d8ffac9
commit
5909c52faf
|
@ -55,9 +55,9 @@ spec:
|
||||||
user: postgres
|
user: postgres
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: postgres.password
|
name: postgres
|
||||||
targetPath: server.config.persistence.default.sql.password
|
targetPath: server.config.persistence.default.sql.password
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: postgres.password
|
name: postgres
|
||||||
targetPath: server.config.persistence.visibility.sql.password
|
targetPath: server.config.persistence.visibility.sql.password
|
||||||
|
|
Loading…
Reference in New Issue