From ad014ea92ee68c2df2631d4d47d7fbadf9568869 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Fri, 15 May 2026 01:59:12 +0000 Subject: [PATCH] chore: remove files from wrong directory (ArgoCD does not watch this path) --- 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