Added argocd-apps dir and platform-project.yaml

This commit is contained in:
Arvind Prabhakar 2026-06-22 18:29:59 +00:00
commit 0047704065

View file

@ -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: '*'