apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: crossplane-compositions namespace: argocd labels: env: dev spec: project: default syncPolicy: automated: selfHeal: true syncOptions: - CreateNamespace=true destination: name: in-cluster namespace: crossplane-system source: path: stacks/core/crossplane-compositions repoURL: https://gitea.{{{ .Env.DOMAIN }}}/giteaAdmin/edfbuilder targetRevision: HEAD directory: recurse: true