Skip to content

chart: adding extraVolumeMounts and extraVolumes fields to be mapped on the pods as volumes #5853

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 3 commits into
base: main
Choose a base branch
from

Conversation

nnicora
Copy link

@nnicora nnicora commented Apr 29, 2025

What type of PR is this?

  • chart: add support for external volumes and volumeMounts

What this PR does / why we need it:
Whenever wants the gateway to communicate with the extensions over the unix socket, the gateway have to be configured with the right existing socket directory path which should be mounted to the deployment.

Release Notes: No

…mapped on the pods for eternal volumes, one of the cases is the unix volume mapping.
@nnicora nnicora requested a review from a team as a code owner April 29, 2025 13:57
@nnicora nnicora changed the title Updated the chart by extraVolumeMounts and extraVolumes fields to be mapped on the pods for eternal volumes, one of the cases is the unix volume mapping. Updated the chart by adding extraVolumeMounts and extraVolumes fields to be mapped on the pods as volumes Apr 29, 2025
Copy link

codecov bot commented Apr 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.32%. Comparing base (c55b814) to head (6c25472).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5853      +/-   ##
==========================================
+ Coverage   65.31%   65.32%   +0.01%     
==========================================
  Files         221      221              
  Lines       35314    35314              
==========================================
+ Hits        23064    23068       +4     
+ Misses      10825    10821       -4     
  Partials     1425     1425              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nnicora nnicora changed the title Updated the chart by adding extraVolumeMounts and extraVolumes fields to be mapped on the pods as volumes chart: adding extraVolumeMounts and extraVolumes fields to be mapped on the pods as volumes Apr 29, 2025
@@ -79,6 +79,18 @@ deployment:
topologySpreadConstraints: []
tolerations: []
nodeSelector: {}
# Additional volumeMounts on the deployment definition.
extraVolumeMounts: []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we didn't the extra prefix, WDYT?
cc @envoyproxy/gateway-maintainers

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we dont do the extra then we will need to expose the internal volumeMount here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants