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:
parent
f30cb6e8fb
commit
69db1cf1f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue