From 534c11dfa2b6382feb611da962f9f37134edd91b Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Fri, 15 May 2026 02:01:08 +0000 Subject: [PATCH] chore: remove files from wrong root tailscale/ dir --- tailscale/deployment.yaml | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 tailscale/deployment.yaml diff --git a/tailscale/deployment.yaml b/tailscale/deployment.yaml deleted file mode 100644 index 3e62399..0000000 --- a/tailscale/deployment.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: tailscale-operator - namespace: tailscale - labels: - app: tailscale-operator -spec: - replicas: 1 - selector: - matchLabels: - app: tailscale-operator - template: - metadata: - labels: - app: tailscale-operator - spec: - serviceAccountName: tailscale-operator - containers: - - name: operator - image: ghcr.io/tailscale/k8s-operator:v1.78.3 - env: - - name: POD_NAME - valueFrom: - fieldRef: - fieldPath: metadata.name - - name: POD_NAMESPACE - valueFrom: - fieldRef: - fieldPath: metadata.namespace - - name: TS_AUTH_KEY - valueFrom: - secretKeyRef: - key: TS_AUTH_KEY - name: tailscale-auth