File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
charts/nginx-gateway-fabric/templates Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ spec:
18
18
{{- toYaml .Values.nginx.pod | nindent 8 }}
19
19
{{- end }}
20
20
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 }}
24
25
{{- end }}
25
- {{- end }}
26
26
image :
27
27
{{- toYaml .Values.nginx.image | nindent 10 }}
28
28
{{- if .Values.nginx.debug }}
@@ -36,11 +36,11 @@ spec:
36
36
{{- toYaml .Values.nginx.pod | nindent 8 }}
37
37
{{- end }}
38
38
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 }}
42
43
{{- end }}
43
- {{- end }}
44
44
image :
45
45
{{- toYaml .Values.nginx.image | nindent 10 }}
46
46
{{- if .Values.nginx.debug }}
You can’t perform that action at this time.
0 commit comments