File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,9 @@ spec:
165
165
{{- with .Values.nginxGateway.extraVolumeMounts -}}
166
166
{{ toYaml . | nindent 8 }}
167
167
{{- end }}
168
+ {{- if .Values.nginxGateway.extraContainers }}
169
+ {{- toYaml .Values.nginxGateway.extraContainers | nindent 6 }}
170
+ {{- end }}
168
171
{{- if .Values.nginxGateway.topologySpreadConstraints }}
169
172
topologySpreadConstraints :
170
173
{{- toYaml .Values.nginxGateway.topologySpreadConstraints | nindent 8 }}
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ nginxGateway:
31
31
# -- Set of custom annotations for GatewayClass objects.
32
32
gatewayClassAnnotations : {}
33
33
34
+ # Extra containers to be added to the NGINX Gateway Fabric control plane pod.
35
+ # Use this to add additional containers to the control plane pod, such as sidecars.
36
+ # Note that these containers will not have access to the NGINX Gateway Fabric control plane's service account.
37
+ extraContainers : []
38
+
34
39
# @schema
35
40
# pattern: ^gateway.nginx.org/.*
36
41
# required: true
You can’t perform that action at this time.
0 commit comments