mirror of
https://github.com/tailscale/tailscale.git
synced 2026-01-29 18:11:53 -05:00
ArgoCD sends boolean values but the template expects strings, causing "incompatible types for comparison" errors. Wrap values with toString so both work. Fixes #17158 Signed-off-by: Raj Singh <raj@tailscale.com>