# Tailscale Kubernetes Operator — upstream static manifest # Deploys CRDs, RBAC, ServiceAccounts, and the operator Deployment. # Custom resources (ProxyClass, DNSConfig, etc.) are in tailscale-operator. # # Mirror of https://github.com/tailscale/tailscale apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: tailscale-operator-base namespace: argocd spec: project: default source: repoURL: ssh://forgejo@forge.ops.eblu.me:2222/mirrors/tailscale.git targetRevision: v1.94.2 path: cmd/k8s-operator/deploy/manifests directory: include: 'operator.yaml' destination: server: https://kubernetes.default.svc namespace: tailscale syncPolicy: syncOptions: - CreateNamespace=true - ServerSideApply=true # CRDs exceed annotation size limit