apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: n8n namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: project: k3s-cluster source: repoURL: https://git.rogi.casa/roger/k3s-cluster.git targetRevision: main path: n8n directory: recurse: true destination: server: https://kubernetes.default.svc namespace: n8n syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=false