Skip to content

Commit

Permalink
address indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Nov 14, 2024
1 parent 272f6fe commit 12bf5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nginx-gateway-fabric/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
{{- end }}
{{- if .Values.service.loadBalancerSourceRanges }}
loadBalancerSourceRanges:
{{ toYaml .Values.service.loadBalancerSourceRanges | indent 4 }}
{{ toYaml .Values.service.loadBalancerSourceRanges | nindent 2 }}
{{- end }}
{{- end}}
selector:
Expand Down

0 comments on commit 12bf5f1

Please sign in to comment.