From 805d2a6a7d8c97f713ad360242895f3a1f1114c2 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Thu, 21 May 2026 17:51:40 -0400 Subject: [PATCH] fix: temporal helm values existingSecret --- ai-core/temporal/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ai-core/temporal/helm-values.yaml b/ai-core/temporal/helm-values.yaml index f6c7882..5a539e6 100644 --- a/ai-core/temporal/helm-values.yaml +++ b/ai-core/temporal/helm-values.yaml @@ -35,7 +35,7 @@ server: host: "agentic-os-pg-rw.platform-data.svc.cluster.local" port: 5432 user: "agentic_os" - password: "${TEMPORAL_DB_PASSWORD}" + existingSecret: "temporal-db-creds" maxConns: 20 maxIdleConns: 20 maxConnLifetime: "1h" @@ -49,7 +49,7 @@ server: host: "agentic-os-pg-rw.platform-data.svc.cluster.local" port: 5432 user: "agentic_os" - password: "${TEMPORAL_DB_PASSWORD}" + existingSecret: "temporal-db-creds" maxConns: 20 maxIdleConns: 20 maxConnLifetime: "1h"