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