From 69db1cf1f2888176ff60de213050b36756ed9899 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 03:59:05 +0000 Subject: [PATCH] Remove invalid Tailscale operator tags The tag:k8s-operator and tag:tailnet tags don't exist in tailnet ACLs, causing 400 errors on key creation. Set tags to empty for now. --- infrastructure/controllers/base/tailscale/release-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/controllers/base/tailscale/release-operator.yaml b/infrastructure/controllers/base/tailscale/release-operator.yaml index faafd79..433b891 100644 --- a/infrastructure/controllers/base/tailscale/release-operator.yaml +++ b/infrastructure/controllers/base/tailscale/release-operator.yaml @@ -23,7 +23,7 @@ spec: crds: CreateReplace values: operatorConfig: - tags: [tailnet] + tags: [] operatorSecretRef: name: operator key: authkey