wundergraph / cosmo

The open-source solution to building, maintaining, and collaborating on GraphQL Federation at Scale. An alternative to Apollo Studio and GraphOS.
https://cosmo-docs.wundergraph.com/
Apache License 2.0
573 stars 66 forks source link

fix: fix the expansion of selectors in the istio-gateway template for the router helm chart #785

Closed jeffutter closed 2 weeks ago

jeffutter commented 2 weeks ago

Fix the expansion of selectors in the istio-gateway template for the router helm chart, it was previously inlining it to the text representation of a Go map (my bad 😬 )

Motivation and Context

Supporting istio gateway for the router helm chart.

TODO