From cca85815d2655bf6594433d0e3cc2a5ab84eb3f1 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Fri, 15 May 2026 01:50:17 +0000 Subject: [PATCH] fix: remove non-existent OAuth credential refs, auth key only --- tailscale/operator-deployment.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tailscale/operator-deployment.yaml b/tailscale/operator-deployment.yaml index 638380e..af736d5 100644 --- a/tailscale/operator-deployment.yaml +++ b/tailscale/operator-deployment.yaml @@ -28,16 +28,6 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - - name: TAILSCALE_API_CLIENT_ID - valueFrom: - secretKeyRef: - name: tailscale-operator - key: client-id - - name: TAILSCALE_API_CLIENT_SECRET - valueFrom: - secretKeyRef: - name: tailscale-operator - key: client-secret - name: TAILSCALE_AUTH_KEY valueFrom: secretKeyRef: @@ -64,4 +54,4 @@ spec: path: /healthz port: 8080 initialDelaySeconds: 10 - periodSeconds: 30 \ No newline at end of file + periodSeconds: 30