mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-20 13:11:03 +00:00

Kubernetes doesn't allow slashes as keys in secrets, replace them with "__". This shows up in the kubernetes-operator now that tsnet sets resets the ServeConfig at startup. Fixes #7662 Signed-off-by: Maisem Ali <maisem@tailscale.com>