From ad1d81b75a527c0afa6790d8c853b84449b284f5 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Wed, 19 Jun 2024 13:30:39 -0800 Subject: [PATCH] use valuesKey --- apps/base/temporal/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/base/temporal/release.yaml b/apps/base/temporal/release.yaml index 1bda9fc..9664330 100644 --- a/apps/base/temporal/release.yaml +++ b/apps/base/temporal/release.yaml @@ -56,8 +56,10 @@ spec: valuesFrom: - kind: Secret name: postgres + valuesKey: password targetPath: server.config.persistence.default.sql.password - kind: Secret name: postgres + valuesKey: password targetPath: server.config.persistence.visibility.sql.password \ No newline at end of file