From df4ea9ec062e28375f7264e763a1577a772e9d58 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Fri, 15 May 2026 01:59:13 +0000 Subject: [PATCH] chore: remove files from wrong directory (ArgoCD does not watch this path) --- tailscale/auth-secret.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tailscale/auth-secret.yaml diff --git a/tailscale/auth-secret.yaml b/tailscale/auth-secret.yaml deleted file mode 100644 index b8302e5..0000000 --- a/tailscale/auth-secret.yaml +++ /dev/null @@ -1,12 +0,0 @@ -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