File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
charts/nginx-gateway-fabric/templates Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 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 }}
24
- {{- end }}
21
+ {{- with .Values.nginx.container }}
22
+ {{- include "filterEmptyFields" . | nindent 8 }}
25
23
{{- end }}
26
24
image :
27
25
{{- toYaml .Values.nginx.image | nindent 10 }}
36
34
{{- toYaml .Values.nginx.pod | nindent 8 }}
37
35
{{- end }}
38
36
container :
39
- {{- if .Values.nginx.container }}
40
- {{- with .Values.nginx.container }}
41
- {{- include "filterEmptyFields" . | nindent 8 }}
42
- {{- end }}
37
+ {{- with .Values.nginx.container }}
38
+ {{- include "filterEmptyFields" . | nindent 8 }}
43
39
{{- end }}
44
40
image :
45
41
{{- toYaml .Values.nginx.image | nindent 10 }}
You can’t perform that action at this time.
0 commit comments