From c7bdc4a4ac2ac1f1f44f3a6f73cbf0b9ff13c7d8 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 10 May 2026 12:21:26 +0000 Subject: [PATCH] feat: deploy Tailscale Operator with auth secret --- deployments/tailscale/operator/serviceaccount.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deployments/tailscale/operator/serviceaccount.yaml diff --git a/deployments/tailscale/operator/serviceaccount.yaml b/deployments/tailscale/operator/serviceaccount.yaml new file mode 100644 index 0000000..0798ebd --- /dev/null +++ b/deployments/tailscale/operator/serviceaccount.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: tailscale-operator + namespace: tailscale + labels: + app: tailscale-operator