mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 03:31:39 +00:00
fix auth key name
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
This commit is contained in:
parent
0607832397
commit
d988c9f098
@ -37,7 +37,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: tailscale-auth
|
name: tailscale-auth
|
||||||
key: AUTH_KEY
|
key: TS_AUTH_KEY
|
||||||
optional: true
|
optional: true
|
||||||
- name: TS_DEST_IP
|
- name: TS_DEST_IP
|
||||||
value: "{{TS_DEST_IP}}"
|
value: "{{TS_DEST_IP}}"
|
||||||
|
@ -23,7 +23,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: tailscale-auth
|
name: tailscale-auth
|
||||||
key: AUTH_KEY
|
key: TS_AUTH_KEY
|
||||||
optional: true
|
optional: true
|
||||||
- name: TS_ROUTES
|
- name: TS_ROUTES
|
||||||
value: "{{TS_ROUTES}}"
|
value: "{{TS_ROUTES}}"
|
||||||
|
@ -26,5 +26,5 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: tailscale-auth
|
name: tailscale-auth
|
||||||
key: AUTH_KEY
|
key: TS_AUTH_KEY
|
||||||
optional: true
|
optional: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user