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:
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 :
You can’t perform that action at this time.
0 commit comments