use password
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
0976a4c7ff
commit
302493102b
|
@ -45,23 +45,20 @@ spec:
|
||||||
driver: postgres12
|
driver: postgres12
|
||||||
host: postgres.futureporn.svc.cluster.local
|
host: postgres.futureporn.svc.cluster.local
|
||||||
port: 5432
|
port: 5432
|
||||||
|
user: postgres
|
||||||
visibility:
|
visibility:
|
||||||
driver: sql
|
driver: sql
|
||||||
sql:
|
sql:
|
||||||
driver: postgres12
|
driver: postgres12
|
||||||
host: postgres.futureporn.svc.cluster.local
|
host: postgres.futureporn.svc.cluster.local
|
||||||
port: 5432
|
port: 5432
|
||||||
|
user: postgres
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: temporalPostgresUser
|
name: postgres.password
|
||||||
targetPath: server.config.persistence.default.sql.user
|
|
||||||
- kind: Secret
|
|
||||||
name: temporalPostgresPassword
|
|
||||||
targetPath: server.config.persistence.default.sql.password
|
targetPath: server.config.persistence.default.sql.password
|
||||||
- kind: Secret
|
- kind: Secret
|
||||||
name: temporalPostgresUser
|
name: postgres
|
||||||
targetPath: server.config.persistence.visibility.sql.user
|
key: password
|
||||||
- kind: Secret
|
|
||||||
name: temporalPostgresPassword
|
|
||||||
targetPath: server.config.persistence.visibility.sql.password
|
targetPath: server.config.persistence.visibility.sql.password
|
||||||
|
|
Loading…
Reference in New Issue