From c3d9b1b3ce72a130292bba8041233b4d695ac957 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 1 May 2023 14:02:55 -0700 Subject: [PATCH] [POSTGRES] Shuffle location of storageClass --- cluster/postgres.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }