mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-15 07:20:36 -04:00
The nameserver Deployment created for a DNSConfig was the only operator-managed workload with no way to configure imagePullSecrets, so its pods could not pull the nameserver image from a private registry. Adds imagePullSecrets to NameserverPod and thread it through to the nameserver Deployment pod spec. Updates #16772 Signed-off-by: chaosinthecrd <tom@tmlabs.co.uk>