You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add loadBalancer.labels support (#276)
* Add loadBalancer.labels support
For example, cilium LB IPAM uses labels to match pool with a service (https://docs.cilium.io/en/latest/network/lb-ipam/)
* bump version of the chart
* make it minor release
* fix trailing slash that break validation
* fix empty annotation object
---------
Co-authored-by: Marco Vito Moscaritolo <mavimo@gmail.com>