[POSTGRES] Args change

This commit is contained in:
Kat Inskip 2023-05-01 14:13:02 -07:00
parent 586cfab051
commit 1db0de284b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -43,7 +43,7 @@ resource "helm_release" "postgresql" {
value = "local-path"
}
set {
name = "global.postgresql.auth.existingSecret"
name = "global.postgresql.existingSecret"
value = "postgres-auth-secret"
}
}