From 31c78d80e801db173cff8c00ca04695c2b62d311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 16 Mar 2025 00:40:05 +0100 Subject: [PATCH] update psql... --- deploy/postgres/postgres-app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/postgres/postgres-app.yaml b/deploy/postgres/postgres-app.yaml index fa07d33..1e6740c 100644 --- a/deploy/postgres/postgres-app.yaml +++ b/deploy/postgres/postgres-app.yaml @@ -40,3 +40,4 @@ spec: - CreateNamespace=true - ApplyOutOfSyncOnly=true # Prevents ArgoCD from pruning itself - ServerSideApply=true # Ensures Helm is managed correctly + sourceType: Helm