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