fix health DB ExternalSecret: use pg-health not postgresql-health role name

This commit is contained in:
Viktor Barzin 2026-03-15 21:52:54 +00:00
parent a186d26ba7
commit af3b1b5c90

View file

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