From 2594962ae40c7d4f164d3feafd83244a6dea9e15 Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Wed, 24 Jun 2026 23:52:40 +0000 Subject: [PATCH] Renamed postgres chart and rendered path to platform-postgres --- argocd-apps/platform-project.yaml | 2 +- .../platform/{postgres.yaml => platform-postgres.yaml} | 4 ++-- charts/{postgres => platform-postgres}/Chart.yaml | 0 charts/{postgres => platform-postgres}/templates/service.yaml | 0 .../templates/statefulset.yaml | 0 charts/{postgres => platform-postgres}/values.yaml | 0 .../platform-postgres.yaml} | 0 7 files changed, 3 insertions(+), 3 deletions(-) rename argocd-apps/platform/{postgres.yaml => platform-postgres.yaml} (85%) rename charts/{postgres => platform-postgres}/Chart.yaml (100%) rename charts/{postgres => platform-postgres}/templates/service.yaml (100%) rename charts/{postgres => platform-postgres}/templates/statefulset.yaml (100%) rename charts/{postgres => platform-postgres}/values.yaml (100%) rename rendered/{postgres/postgres.yaml => platform-postgres/platform-postgres.yaml} (100%) diff --git a/argocd-apps/platform-project.yaml b/argocd-apps/platform-project.yaml index bf1cbf5..23a1a8d 100644 --- a/argocd-apps/platform-project.yaml +++ b/argocd-apps/platform-project.yaml @@ -5,7 +5,7 @@ metadata: namespace: argocd spec: description: Symcrest platform applications - sourceRepos: + sourceRepos: - '*' destinations: - namespace: '*' diff --git a/argocd-apps/platform/postgres.yaml b/argocd-apps/platform/platform-postgres.yaml similarity index 85% rename from argocd-apps/platform/postgres.yaml rename to argocd-apps/platform/platform-postgres.yaml index 01bd7ef..112279a 100644 --- a/argocd-apps/platform/postgres.yaml +++ b/argocd-apps/platform/platform-postgres.yaml @@ -1,14 +1,14 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: postgres + name: platform-postgres namespace: argocd spec: project: platform source: repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git targetRevision: main - path: rendered/postgres + path: rendered/platform-postgres destination: server: https://kubernetes.default.svc namespace: database diff --git a/charts/postgres/Chart.yaml b/charts/platform-postgres/Chart.yaml similarity index 100% rename from charts/postgres/Chart.yaml rename to charts/platform-postgres/Chart.yaml diff --git a/charts/postgres/templates/service.yaml b/charts/platform-postgres/templates/service.yaml similarity index 100% rename from charts/postgres/templates/service.yaml rename to charts/platform-postgres/templates/service.yaml diff --git a/charts/postgres/templates/statefulset.yaml b/charts/platform-postgres/templates/statefulset.yaml similarity index 100% rename from charts/postgres/templates/statefulset.yaml rename to charts/platform-postgres/templates/statefulset.yaml diff --git a/charts/postgres/values.yaml b/charts/platform-postgres/values.yaml similarity index 100% rename from charts/postgres/values.yaml rename to charts/platform-postgres/values.yaml diff --git a/rendered/postgres/postgres.yaml b/rendered/platform-postgres/platform-postgres.yaml similarity index 100% rename from rendered/postgres/postgres.yaml rename to rendered/platform-postgres/platform-postgres.yaml