From 302493102b8b611ab4834ffd9cc1421a4811b18d Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Wed, 19 Jun 2024 11:34:28 -0800 Subject: [PATCH] use password --- apps/base/temporal/release.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/apps/base/temporal/release.yaml b/apps/base/temporal/release.yaml index f65ab33..82aa385 100644 --- a/apps/base/temporal/release.yaml +++ b/apps/base/temporal/release.yaml @@ -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 \ No newline at end of file