commit 1b57c3d84de302863fd1a6ff135ee3e6a4e90eb4 Author: gitops_test Date: Wed Oct 15 12:03:14 2025 +0000 initialized management-repo diff --git a/applications/.empty b/applications/.empty new file mode 100644 index 0000000..e69de29 diff --git a/data-application-template.yaml b/data-application-template.yaml new file mode 100644 index 0000000..7ff22d5 --- /dev/null +++ b/data-application-template.yaml @@ -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