fix health DB ExternalSecret: use pg-health not postgresql-health role name
This commit is contained in:
parent
a186d26ba7
commit
af3b1b5c90
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue