apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cloudflare-ddns namespace: argocd spec: project: default source: repoURL: https://git.aleshym.co/funman300/k3s-homelab.git targetRevision: main path: apps/cloudflare-ddns destination: server: https://kubernetes.default.svc namespace: cloudflare-ddns syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true