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
|
||||
host: postgres.futureporn.svc.cluster.local
|
||||
port: 5432
|
||||
user: postgres
|
||||
visibility:
|
||||
driver: sql
|
||||
sql:
|
||||
driver: postgres12
|
||||
host: postgres.futureporn.svc.cluster.local
|
||||
port: 5432
|
||||
user: postgres
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: temporalPostgresUser
|
||||
targetPath: server.config.persistence.default.sql.user
|
||||
- kind: Secret
|
||||
name: temporalPostgresPassword
|
||||
name: postgres.password
|
||||
targetPath: server.config.persistence.default.sql.password
|
||||
- kind: Secret
|
||||
name: temporalPostgresUser
|
||||
targetPath: server.config.persistence.visibility.sql.user
|
||||
- kind: Secret
|
||||
name: temporalPostgresPassword
|
||||
name: postgres
|
||||
key: password
|
||||
targetPath: server.config.persistence.visibility.sql.password
|
||||
|
Loading…
Reference in New Issue