Skip to content

Commit 133da3c

Browse files
authored
add extra containers
1 parent 5e77415 commit 133da3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ spec:
165165
{{- with .Values.nginxGateway.extraVolumeMounts -}}
166166
{{ toYaml . | nindent 8 }}
167167
{{- end }}
168+
{{- if .Values.nginxGateway.extraContainers }}
169+
{{- toYaml .Values.nginxGateway.extraContainers | nindent 6 }}
170+
{{- end }}
168171
{{- if .Values.nginxGateway.topologySpreadConstraints }}
169172
topologySpreadConstraints:
170173
{{- toYaml .Values.nginxGateway.topologySpreadConstraints | nindent 8 }}

0 commit comments

Comments
 (0)