Skip to content

Commit c89255b

Browse files
committed
address indentation
1 parent 9dc3170 commit c89255b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/nginx-gateway-fabric/templates/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
{{- end }}
2424
{{- if .Values.service.loadBalancerSourceRanges }}
2525
loadBalancerSourceRanges:
26-
{{ toYaml .Values.service.loadBalancerSourceRanges | indent 4 }}
26+
{{ toYaml .Values.service.loadBalancerSourceRanges | nindent 2 }}
2727
{{- end }}
2828
{{- end}}
2929
selector:

0 commit comments

Comments
 (0)