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 committed by Viktor Barzin
parent 7dad3ec54b
commit f7f8e4beba

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