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:
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+ # -- 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.
You can’t perform that action at this time.
0 commit comments