Skip to content

Commit

Permalink
[bitnami/nginx] Fix rendering of CIDR block list for loadBalancerSour…
Browse files Browse the repository at this point in the history
…ceRanges (#14836)

Signed-off-by: Danil Smirnov <danil@smirnov.la>
  • Loading branch information
danil-smirnov authored Feb 13, 2023
1 parent 7ab432a commit cfbfe86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ name: nginx
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/nginx
- https://www.nginx.org
version: 13.2.23
version: 13.2.24
2 changes: 1 addition & 1 deletion bitnami/nginx/templates/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy | quote }}
{{- end }}
{{- if and (eq .Values.service.type "LoadBalancer") (not (empty .Values.service.loadBalancerSourceRanges)) }}
loadBalancerSourceRanges: {{ .Values.service.loadBalancerSourceRanges }}
loadBalancerSourceRanges: {{- toYaml .Values.service.loadBalancerSourceRanges | nindent 4 }}
{{- end }}
{{- if and (eq .Values.service.type "LoadBalancer") (not (empty .Values.service.loadBalancerIP)) }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
Expand Down

0 comments on commit cfbfe86

Please sign in to comment.