From f7f8e4bebac293c1040638fa9f03dad51c84a0bf Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 15 Mar 2026 21:52:54 +0000 Subject: [PATCH] fix health DB ExternalSecret: use pg-health not postgresql-health role name --- stacks/health/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/health/main.tf b/stacks/health/main.tf index f4b4f4ba..3f108a10 100644 --- a/stacks/health/main.tf +++ b/stacks/health/main.tf @@ -188,7 +188,7 @@ resource "kubernetes_manifest" "external_secret_db" { data = [{ secretKey = "db_password" remoteRef = { - key = "static-creds/postgresql-health" + key = "static-creds/pg-health" property = "password" } }]