From 076b14f2572b1e445f03c2b4f8fc9e5fb80029cd Mon Sep 17 00:00:00 2001 From: gitops_test Date: Wed, 10 Dec 2025 08:25:31 +0000 Subject: [PATCH] crossplane: created crossplane-argocd-applications/92/claim-92.yaml --- .../92/claim-92.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 crossplane-argocd-applications/92/claim-92.yaml diff --git a/crossplane-argocd-applications/92/claim-92.yaml b/crossplane-argocd-applications/92/claim-92.yaml new file mode 100644 index 0000000..fa68472 --- /dev/null +++ b/crossplane-argocd-applications/92/claim-92.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: application-92 + namespace: dataprovider01 + finalizers: + - resources-finalizer.argocd.argoproj.io + labels: + observer: "true" + uuid: "92" +spec: + project: default + source: + repoURL: http://gitea-http.dataprovider01.svc.cluster.local:3000/gitops_test/data-repo + path: crossplane-claims/92 + targetRevision: master + destination: + server: https://kubernetes.default.svc + syncPolicy: + automated: + selfHeal: true + prune: true + allowEmpty: true