apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: headscale-config namespace: argocd spec: project: default source: repoURL: http://10.43.1.53:3000/will/infrastructure.git targetRevision: main path: servers/legion/k8s/headscale destination: server: https://kubernetes.default.svc namespace: headscale syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true