fix: temporal helm values existingSecret

This commit is contained in:
Antigravity 2026-05-21 17:51:40 -04:00
parent 7ba65f8acb
commit 805d2a6a7d
1 changed files with 2 additions and 2 deletions

View File

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