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" } }]