mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kong] fix config var for loadBalancerSourceRanges (#11716)
Signed-off-by: Nima Jalali <nima@jalali.net>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
77a8aa90d6
commit
641b216a13
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user