Skip to content

Commit 271ca22

Browse files
fix: removes Extra keyword from volumeMounts and Volumes for the data… (#3592)
fix: removes Extra keyword from volumeMounts and Volumes for the data… (#3588) fix: removes Extra keyword from volumeMounts and Volumes for the data plane Co-authored-by: Vishal Vazkar <[email protected]>
1 parent 51cf307 commit 271ca22

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
@@ -393,9 +393,9 @@ nginx:
393393
# -- The topology spread constraints for the NGINX data plane pod.
394394
# topologySpreadConstraints: []
395395

396-
# -- extraVolumes for the NGINX data plane pod. Use in conjunction with
397-
# nginx.container.extraVolumeMounts mount additional volumes to the container.
398-
# extraVolumes: []
396+
# -- The volumes for the NGINX data plane pod. Use in conjunction with
397+
# nginx.container.volumeMounts mount additional volumes to the container.
398+
# volumes: []
399399

400400
# -- The container configuration for the NGINX container. This is applied globally to all Gateways managed by this
401401
# instance of NGINX Gateway Fabric.
@@ -406,8 +406,8 @@ nginx:
406406
# -- The lifecycle of the NGINX container.
407407
# lifecycle: {}
408408

409-
# -- extraVolumeMounts are the additional volume mounts for the NGINX container.
410-
# extraVolumeMounts: []
409+
# -- volumeMounts are the additional volume mounts for the NGINX container.
410+
# volumeMounts: []
411411

412412
# -- The service configuration for the NGINX data plane. This is applied globally to all Gateways managed by this
413413
# instance of NGINX Gateway Fabric.

0 commit comments

Comments
 (0)