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.
This commit is contained in:
sirius0xdev 2026-05-04 03:59:05 +00:00
parent f30cb6e8fb
commit 69db1cf1f2

View file

@ -23,7 +23,7 @@ spec:
crds: CreateReplace crds: CreateReplace
values: values:
operatorConfig: operatorConfig:
tags: [tailnet] tags: []
operatorSecretRef: operatorSecretRef:
name: operator name: operator
key: authkey key: authkey