Skip to content

Commit 4ccd74f

Browse files
authored
fix: removes Extra keyword from volumeMounts and Volumes for the data… (#3588)
fix: removes Extra keyword from volumeMounts and Volumes for the data plane
1 parent 58ab6e2 commit 4ccd74f

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

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

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

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

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

0 commit comments

Comments
 (0)