From 39f77a258ad3d16d2182f0bd75667225d68fb38e Mon Sep 17 00:00:00 2001 From: Vishal Vazkar Date: Thu, 3 Jul 2025 18:17:40 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20removes=20Extra=20keyword=20from=20volum?= =?UTF-8?q?eMounts=20and=20Volumes=20for=20the=20data=E2=80=A6=20(#3588)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: removes Extra keyword from volumeMounts and Volumes for the data plane --- charts/nginx-gateway-fabric/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/nginx-gateway-fabric/values.yaml b/charts/nginx-gateway-fabric/values.yaml index 3351ed272e..a33a2fdbc9 100644 --- a/charts/nginx-gateway-fabric/values.yaml +++ b/charts/nginx-gateway-fabric/values.yaml @@ -393,9 +393,9 @@ nginx: # -- The topology spread constraints for the NGINX data plane pod. # topologySpreadConstraints: [] - # -- extraVolumes for the NGINX data plane pod. Use in conjunction with - # nginx.container.extraVolumeMounts mount additional volumes to the container. - # extraVolumes: [] + # -- The volumes for the NGINX data plane pod. Use in conjunction with + # nginx.container.volumeMounts mount additional volumes to the container. + # volumes: [] # -- The container configuration for the NGINX container. This is applied globally to all Gateways managed by this # instance of NGINX Gateway Fabric. @@ -406,8 +406,8 @@ nginx: # -- The lifecycle of the NGINX container. # lifecycle: {} - # -- extraVolumeMounts are the additional volume mounts for the NGINX container. - # extraVolumeMounts: [] + # -- volumeMounts are the additional volume mounts for the NGINX container. + # volumeMounts: [] # -- The service configuration for the NGINX data plane. This is applied globally to all Gateways managed by this # instance of NGINX Gateway Fabric.