From 00477040657c3a01a0c5c30d3a89a0cf1f5f2eb8 Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Mon, 22 Jun 2026 18:29:59 +0000 Subject: [PATCH] Added argocd-apps dir and platform-project.yaml --- argocd-apps/platform-project.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 argocd-apps/platform-project.yaml diff --git a/argocd-apps/platform-project.yaml b/argocd-apps/platform-project.yaml new file mode 100644 index 0000000..bf1cbf5 --- /dev/null +++ b/argocd-apps/platform-project.yaml @@ -0,0 +1,15 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: platform + namespace: argocd +spec: + description: Symcrest platform applications + sourceRepos: + - '*' + destinations: + - namespace: '*' + server: https://kubernetes.default.svc + clusterResourceWhitelist: + - group: '*' + kind: '*'