[stable/kong] fix config var for loadBalancerSourceRanges (#11716)

Signed-off-by: Nima Jalali <nima@jalali.net>
This commit is contained in:
Nima Jalali
2019-03-10 15:45:24 -07:00
committed by Kubernetes Prow Robot
parent 77a8aa90d6
commit 641b216a13
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.9.5
version: 0.9.6
appVersion: 1.0.2
@@ -19,7 +19,7 @@ spec:
{{- end }}
{{- if .Values.proxy.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
{{- range $cidr := .Values.admin.loadBalancerSourceRanges }}
{{- range $cidr := .Values.proxy.loadBalancerSourceRanges }}
- {{ $cidr }}
{{- end }}
{{- end }}