open-webui / helm-charts

72 stars 47 forks source link

Fix condition case on `loadBalancerIP` #68

Closed harunanase closed 3 months ago

harunanase commented 3 months ago

Based on Kubernetes service type doc, the type of LoadBalancer is case sensitive.

Should be LoadBalancer instead of loadBalancer, thanks.