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