Skip to content
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

[helm chart] Support emptyDir type volume mounts #6802

Closed
onichandame opened this issue May 21, 2024 · 0 comments · Fixed by #6803
Closed

[helm chart] Support emptyDir type volume mounts #6802

onichandame opened this issue May 21, 2024 · 0 comments · Fixed by #6803
Labels
enhancement Some improvement that isn't a feature

Comments

@onichandame
Copy link
Contributor

onichandame commented May 21, 2024

What is your suggestion?

I'd like to create emptyDir type volumes and mount them to the main container.

Why do you want this feature?

The need for it arises from some setup tasks that are done by initContainers. For example, the apt mirror setup(/etc/apt/sources.list.d/debian.sources) can be brought in by an initContainer and transferred to the main container through a shared emptyDir volume.

Are there any workarounds to get this functionality today?

Host path type volumes can do, but they are too heavy for my use cases

Are you interested in submitting a PR for this?

Yes

@onichandame onichandame added the enhancement Some improvement that isn't a feature label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvement that isn't a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant