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