Skip to content

Commit 8a16bdb

Browse files
committed
address indentation
1 parent 272f6fe commit 8a16bdb

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 4 }}
2727
{{- end }}
2828
{{- end}}
2929
selector:

0 commit comments

Comments
 (0)