From aabf211d88a923ca40f1f199c4f98df9699acb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 16 Mar 2025 00:47:38 +0100 Subject: [PATCH] update postgres --- deploy/postgres/{postgres-app.yaml => postgresql.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename deploy/postgres/{postgres-app.yaml => postgresql.yaml} (90%) diff --git a/deploy/postgres/postgres-app.yaml b/deploy/postgres/postgresql.yaml similarity index 90% rename from deploy/postgres/postgres-app.yaml rename to deploy/postgres/postgresql.yaml index 671f843..3b63de6 100644 --- a/deploy/postgres/postgres-app.yaml +++ b/deploy/postgres/postgresql.yaml @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: postgres-app # Ensure name is "postgres" to match Helm release + name: postgresql # Ensure name is "postgres" to match Helm release namespace: argocd spec: project: default @@ -10,7 +10,7 @@ spec: chart: "postgresql" targetRevision: "16.0.0" helm: - releaseName: "postgres-app" + releaseName: "postgresql" valueObject: global: storageClass: longhorn