We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc3170 commit c89255bCopy full SHA for c89255b
charts/nginx-gateway-fabric/templates/service.yaml
@@ -23,7 +23,7 @@ spec:
23
{{- end }}
24
{{- if .Values.service.loadBalancerSourceRanges }}
25
loadBalancerSourceRanges:
26
-{{ toYaml .Values.service.loadBalancerSourceRanges | indent 4 }}
+ {{ toYaml .Values.service.loadBalancerSourceRanges | nindent 2 }}
27
28
{{- end}}
29
selector:
0 commit comments