fixing typo on spec.loadBalancerSourceRanges (#350)

Signed-off-by: John Pekcan <johnpekcan@gmail.com>
This commit is contained in:
John Pekcan 2020-05-18 10:33:03 -05:00 committed by GitHub
parent 370ec9f6c4
commit 74c54ac783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ spec:
loadBalancerIP: {{ .Values.server.service.loadBalancerIP | quote }}
{{- end }}
{{- if .Values.server.service.loadBalancerSourceRanges }}
loadBalancerSourceranges:
loadBalancerSourceRanges:
{{ toYaml .Values.server.service.loadBalancerSourceRanges | indent 4 }}
{{- end }}
{{- end -}}