mirror of
https://github.com/tailscale/tailscale.git
synced 2026-01-05 22:38:14 -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>