Fix k8s README

Use the correct KUBE_SECRET value
pull/3099/head
Felipe Cruz Martinez 3 years ago committed by Maisem Ali
parent c6d3f622e9
commit 47ace13ac8

@ -27,7 +27,7 @@ There are quite a few ways of running Tailscale inside a Kubernetes Cluster, som
Configure RBAC to allow the Tailscale pod to read/write the `tailscale` secret.
```bash
export SA_NAME=tailscale
export KUBE_SECRET=tailscale
export KUBE_SECRET=tailscale-auth
make rbac
```

Loading…
Cancel
Save