apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: tailscale-operator namespace: argocd spec: project: default source: repoURL: 'https://git.qcampos.fr/qcampos/system.git' path: system/tailscale targetRevision: main destination: server: 'https://kubernetes.default.svc' namespace: tailscale syncPolicy: automated: prune: true selfHeal: false syncOptions: - CreateNamespace=true