Skip to content

Commit 22c1c38

Browse files
committed
moves extracontainers to correct location
1 parent 830720f commit 22c1c38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/nginx-gateway-fabric/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ nginxGateway:
3131
# -- Set of custom annotations for GatewayClass objects.
3232
gatewayClassAnnotations: {}
3333

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-
3934
# @schema
4035
# pattern: ^gateway.nginx.org/.*
4136
# required: true
@@ -411,6 +406,11 @@ nginx:
411406
# -- extraVolumeMounts are the additional volume mounts for the NGINX container.
412407
# extraVolumeMounts: []
413408

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+
414414
# -- The service configuration for the NGINX data plane. This is applied globally to all Gateways managed by this
415415
# instance of NGINX Gateway Fabric.
416416
service:

0 commit comments

Comments
 (0)