diff --git a/cluster/postgres.tf b/cluster/postgres.tf index db10a7d6..98efc0fa 100644 --- a/cluster/postgres.tf +++ b/cluster/postgres.tf @@ -41,8 +41,8 @@ resource "helm_release" "postgresql" { values = [ yamlencode({ global = { - storageClass = "local-path" postgresql = { + storageClass = "local-path" auth = { existingSecret = "postgres-auth-secret" }