Replace vendored operator.yaml (495 KB) with ArgoCD apps sourcing the upstream static manifest from mirrors/tailscale on forge, pinned to v1.94.2 via targetRevision. Adds apps for both indri and ringtail clusters. Local kustomization retains only ProxyClass and DNSConfig. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
805 B
YAML
25 lines
805 B
YAML
# 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
|