From b1a9642bc47fdd0102a42d28eb9db3b45c6538cd Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sun, 14 Apr 2024 10:32:45 +0200 Subject: [PATCH] cleanup --- content/posts/13-a-beautiful-gitops-day-3/index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/posts/13-a-beautiful-gitops-day-3/index.md b/content/posts/13-a-beautiful-gitops-day-3/index.md index b676093..1b2fd6f 100644 --- a/content/posts/13-a-beautiful-gitops-day-3/index.md +++ b/content/posts/13-a-beautiful-gitops-day-3/index.md @@ -508,11 +508,6 @@ resource "helm_release" "postgresql" { value = "replication" } - set { - name = "architecture" - value = "replication" - } - set { name = "metrics.enabled" value = "true"