Skip to content

Commit

Permalink
Fix postgres-cluster path
Browse files Browse the repository at this point in the history
Fixing path to actually point to chart.
  • Loading branch information
gitkvark authored and JoAngel8 committed Dec 21, 2023
1 parent 68752ac commit 2f2b331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/preprod/releases/postgres_cluster.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "helm_release" "postgres_cluster" {
name = "postgres-cluster"
chart = "${path.module}/../../../../helm/postgres"
chart = "${path.module}/../../../../helm/postgres-cluster"
create_namespace = true
values = [
file("${path.module}/../../../../helm/postgres-cluster/values-preprod.yaml")
Expand Down

0 comments on commit 2f2b331

Please sign in to comment.