use password
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-19 11:34:28 -08:00
parent 0976a4c7ff
commit 302493102b
1 changed files with 5 additions and 8 deletions

View File

@ -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