From 16e2b4e9b238d3f80ea826c899f32cd44ee23610 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sat, 9 May 2026 19:03:18 +0000 Subject: [PATCH] feat: deploy Tailscale Operator for remote cluster access --- tailscale/auth-secret.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tailscale/auth-secret.yaml diff --git a/tailscale/auth-secret.yaml b/tailscale/auth-secret.yaml new file mode 100644 index 0000000..b8302e5 --- /dev/null +++ b/tailscale/auth-secret.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Secret +metadata: + name: tailscale-operator-secret + namespace: tailscale + labels: + app.kubernetes.io/name: tailscale + app.kubernetes.io/component: operator +type: Opaque +data: + # TODO: Fill in the Tailscale auth key (base64 encoded) + authkey: PLACEHOLDER