Skip to content

Commit e8545de

Browse files
committed
feat: proper indentation
1 parent 7053cd4 commit e8545de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ spec:
1818
{{- toYaml .Values.nginx.pod | nindent 8 }}
1919
{{- end }}
2020
container:
21-
{{- if .Values.nginx.container }}
22-
{{- with .Values.nginx.container }}
23-
{{- include "filterEmptyFields" . | nindent 8 }}
21+
{{- if .Values.nginx.container }}
22+
{{- with .Values.nginx.container }}
23+
{{- include "filterEmptyFields" . | nindent 8 }}
24+
{{- end }}
2425
{{- end }}
25-
{{- end }}
2626
image:
2727
{{- toYaml .Values.nginx.image | nindent 10 }}
2828
{{- if .Values.nginx.debug }}
@@ -36,11 +36,11 @@ spec:
3636
{{- toYaml .Values.nginx.pod | nindent 8 }}
3737
{{- end }}
3838
container:
39-
{{- if .Values.nginx.container }}
40-
{{- with .Values.nginx.container }}
41-
{{- include "filterEmptyFields" . | nindent 8 }}
39+
{{- if .Values.nginx.container }}
40+
{{- with .Values.nginx.container }}
41+
{{- include "filterEmptyFields" . | nindent 8 }}
42+
{{- end }}
4243
{{- end }}
43-
{{- end }}
4444
image:
4545
{{- toYaml .Values.nginx.image | nindent 10 }}
4646
{{- if .Values.nginx.debug }}

0 commit comments

Comments
 (0)