apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: forgejo namespace: argocd annotations: argocd.argoproj.io/sync-wave: "4" spec: project: default source: repoURL: 'https://git.qcampos.fr/qcampos/system.git' path: platform/forgejo targetRevision: main directory: recurse: true destination: server: 'https://kubernetes.default.svc' namespace: forgejo syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true