From e39182ecbf55379e6e8abda51662b66a5bff9fd9 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 17 May 2026 01:00:41 +0000 Subject: [PATCH] feat: migrate tailscale-operator to OAuth auth mode --- deployments/tailscale-operator/deployment.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deployments/tailscale-operator/deployment.yaml b/deployments/tailscale-operator/deployment.yaml index 3b2d6d3..ac342eb 100644 --- a/deployments/tailscale-operator/deployment.yaml +++ b/deployments/tailscale-operator/deployment.yaml @@ -19,7 +19,6 @@ spec: containers: - name: operator image: ghcr.io/tailscale/k8s-operator:v1.78.3 - imagePullPolicy: IfNotPresent env: - name: POD_NAME valueFrom: @@ -35,10 +34,8 @@ spec: value: /etc/tailscale/oauth/client-secret volumeMounts: - name: oauth-secret - mountPath: /etc/tailscale/oauth/ + mountPath: /etc/tailscale/oauth readOnly: true - resources: {} - terminationGracePeriodSeconds: 30 volumes: - name: oauth-secret secret: