Fix Tailscale operator secret name to 'operator'
This commit is contained in:
parent
0b80ba0068
commit
189b7a73d6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ spec:
|
||||||
operatorConfig:
|
operatorConfig:
|
||||||
tags: [tailnet]
|
tags: [tailnet]
|
||||||
operatorSecretRef:
|
operatorSecretRef:
|
||||||
name: tailscale-operator-authkey
|
name: operator
|
||||||
key: authkey
|
key: authkey
|
||||||
logFile: "/var/log/tailscale.log"
|
logFile: "/var/log/tailscale.log"
|
||||||
waitForLinkLocal: false
|
waitForLinkLocal: false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue