Skip to content

Commit 57d8756

Browse files
author
andres
committed
added default values to values.yaml
1 parent 133da3c commit 57d8756

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/nginx-gateway-fabric/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ 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+
3439
# @schema
3540
# pattern: ^gateway.nginx.org/.*
3641
# required: true

0 commit comments

Comments
 (0)