coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.51k stars 5.45k forks source link

[helm chart] Support emptyDir type volume mounts #6802

Closed onichandame closed 1 month ago

onichandame commented 1 month ago

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