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