From 5909c52fafe68783f1e2e564fe0d13e783b5b268 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Wed, 19 Jun 2024 13:27:58 -0800 Subject: [PATCH] change postgres.password to postgres --- apps/base/temporal/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/temporal/release.yaml b/apps/base/temporal/release.yaml index 90251a4..1bda9fc 100644 --- a/apps/base/temporal/release.yaml +++ b/apps/base/temporal/release.yaml @@ -55,9 +55,9 @@ spec: user: postgres valuesFrom: - kind: Secret - name: postgres.password + name: postgres targetPath: server.config.persistence.default.sql.password - kind: Secret - name: postgres.password + name: postgres targetPath: server.config.persistence.visibility.sql.password \ No newline at end of file