We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e77415 commit 133da3cCopy full SHA for 133da3c
charts/nginx-gateway-fabric/templates/deployment.yaml
@@ -165,6 +165,9 @@ spec:
165
{{- with .Values.nginxGateway.extraVolumeMounts -}}
166
{{ toYaml . | nindent 8 }}
167
{{- end }}
168
+ {{- if .Values.nginxGateway.extraContainers }}
169
+ {{- toYaml .Values.nginxGateway.extraContainers | nindent 6 }}
170
+ {{- end }}
171
{{- if .Values.nginxGateway.topologySpreadConstraints }}
172
topologySpreadConstraints:
173
{{- toYaml .Values.nginxGateway.topologySpreadConstraints | nindent 8 }}
0 commit comments