initialized management-repo

This commit is contained in:
gitops_test 2025-10-15 12:03:14 +00:00
commit 1b57c3d84d
2 changed files with 24 additions and 0 deletions

0
applications/.empty Normal file
View File

View File

@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: crossplane-claim-{UUID}
namespace: dataprovider01
finalizers:
- resources-finalizer.argocd.argoproj.io
labels:
track-events: claim-application
claim-uuid: "{UUID}"
claim-kind: "{KIND}"
spec:
project: default
source:
repoURL: http://gitea-http.dataprovider01.svc.cluster.local:3000/gitops_test/data-repo.git
path: claims/claim_{UUID}
targetRevision: master
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true
allowEmpty: true