Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
loadBalancerSourceRanges typo in template service.yaml (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
octopyth authored and alexnuttinck committed Nov 15, 2019
1 parent d9742ce commit cd1cc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
{{- end }}
{{- if .Values.service.loadBalancer.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
{{ with .Values.service.loadBalancerSourceRanges }}
{{ with .Values.service.loadBalancer.loadBalancerSourceRanges }}
{{ toYaml . | indent 4 }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit cd1cc4e

Please sign in to comment.