Skip to content

fix: removes Extra keyword from volumeMounts and Volumes for the data… #3592

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release-2.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions charts/nginx-gateway-fabric/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ nginx:
# -- The topology spread constraints for the NGINX data plane pod.
# topologySpreadConstraints: []

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

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

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

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