Switched Secret snippet to match run.sh

Signed-off-by: Tyler Lee <tyler.lee@radius.ai>
pull/5639/head
Tyler Lee 2 years ago committed by Denton Gentry
parent b830c9975f
commit 486eecc063

@ -16,7 +16,7 @@ There are quite a few ways of running Tailscale inside a Kubernetes Cluster, som
metadata: metadata:
name: tailscale-auth name: tailscale-auth
stringData: stringData:
AUTH_KEY: tskey-... TS_AUTH_KEY: tskey-...
``` ```
1. Tailscale (v1.16+) supports storing state inside a Kubernetes Secret. 1. Tailscale (v1.16+) supports storing state inside a Kubernetes Secret.

@ -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
securityContext: securityContext:
capabilities: capabilities:

Loading…
Cancel
Save