fix auth key name

Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
This commit is contained in:
hlts2 2022-09-22 12:20:02 +09:00 committed by Denton Gentry
parent 0607832397
commit d988c9f098
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ spec:
valueFrom:
secretKeyRef:
name: tailscale-auth
key: AUTH_KEY
key: TS_AUTH_KEY
optional: true
- name: TS_DEST_IP
value: "{{TS_DEST_IP}}"

View File

@ -23,7 +23,7 @@ spec:
valueFrom:
secretKeyRef:
name: tailscale-auth
key: AUTH_KEY
key: TS_AUTH_KEY
optional: true
- name: TS_ROUTES
value: "{{TS_ROUTES}}"

View File

@ -26,5 +26,5 @@ spec:
valueFrom:
secretKeyRef:
name: tailscale-auth
key: AUTH_KEY
key: TS_AUTH_KEY
optional: true