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 @@ -394,9 +394,9 @@ nginx:
394
394
# -- The topology spread constraints for the NGINX data plane pod.
395
395
# topologySpreadConstraints: []
396
396
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 : []
400
400
401
401
# -- The container configuration for the NGINX container. This is applied globally to all Gateways managed by this
402
402
# instance of NGINX Gateway Fabric.
@@ -407,8 +407,8 @@ nginx:
407
407
# -- The lifecycle of the NGINX container.
408
408
# lifecycle: {}
409
409
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 : []
412
412
413
413
# -- The service configuration for the NGINX data plane. This is applied globally to all Gateways managed by this
414
414
# instance of NGINX Gateway Fabric.
You can’t perform that action at this time.
0 commit comments