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