Can not set loadBalancerSourceRanges
Open
- Dominant language
- Java
- Stars
- 6.1k
- Forks
- 1.5k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 189
Description
Neither the [controller](https://github.com/apache/pinot/blob/master/kubernetes/helm/pinot/templates/controller/service-external.yaml) nor the [broker](https://github.com/apache/pinot/blob/master/kubernetes/helm/pinot/templates/broker/service-external.yaml) are able to accept a value for `loadBalancerSourceRanges`.
This is a minor change so I am happy to take care of it, should just require something like:
```
loadBalancerSourceRanges:
{{- range .Values.controller.external.loadBalancerSourceRanges }}
- {{ . | quote }}
{{- end }}
```
Contributor guide
Assessment
This issue has not been assessed yet.