[bitnami/nginx-ingress-controller] loadBalancerSourceRanges list rendering is broken in latest chart #14439
Labels
nginx-ingress-controller
solved
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Name and Version
bitnami/nginx-ingress-controller 9.3.25
What steps will reproduce the bug?
I have a list of source IPs defined in my
values.yaml
, shown below as an example of the format.Previously this list was rendered via
toYaml
and appeared in the rendered manifest the same as it appears in the values file. However, at some point between versions 9.1.5 and at least 9.3.18, the template forloadBalancerSourceRanges
changed from:to
This causes the list to render as:
which is invalid and breaks the deployment. The workaround at the moment is to define a single list item with a string of comma-separated values:
This renders properly.
Are you using any custom parameters or values?
What is the expected behavior?
Final
service
resource is rendered with the correct list format:What do you see instead?
An invalid format of list items is rendered instead:
The text was updated successfully, but these errors were encountered: