apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: geocrop-platform namespace: argocd spec: project: default source: repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform.git targetRevision: HEAD path: k8s/base destination: server: https://kubernetes.default.svc namespace: geocrop syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=false - Validate=false # Disable validation for custom annotations or long schemas