Remove double spacing (#7830)
This commit is contained in:
parent
ce165f9078
commit
72ec0e290e
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ data:
|
|||
ssl-dh-param: {{ printf "%s/%s" .Release.Namespace (include "ingress-nginx.controller.fullname" .) }}
|
||||
{{- end }}
|
||||
{{- range $key, $value := .Values.controller.config }}
|
||||
{{ $key | nindent 2 }}: {{ $value | quote }}
|
||||
{{- $key | nindent 2 }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue