We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272f6fe commit 8a16bdbCopy full SHA for 8a16bdb
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 4 }}
27
28
{{- end}}
29
selector:
0 commit comments