File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,6 @@ 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
-
39
34
# @schema
40
35
# pattern: ^gateway.nginx.org/.*
41
36
# required: true
@@ -411,6 +406,11 @@ nginx:
411
406
# -- extraVolumeMounts are the additional volume mounts for the NGINX container.
412
407
# extraVolumeMounts: []
413
408
409
+ # Extra containers to be added to the NGINX Gateway Fabric control plane pod.
410
+ # Use this to add additional containers to the control plane pod, such as sidecars.
411
+ # Note that these containers will not have access to the NGINX Gateway Fabric control plane's service account.
412
+ extraContainers : []
413
+
414
414
# -- The service configuration for the NGINX data plane. This is applied globally to all Gateways managed by this
415
415
# instance of NGINX Gateway Fabric.
416
416
service :
You can’t perform that action at this time.
0 commit comments