wave-k8s / wave

Kubernetes configuration tracking controller
Apache License 2.0
661 stars 81 forks source link

Add support for defining additional volumes #114

Closed javanthropus closed 7 months ago

javanthropus commented 2 years ago

Our clusters apply restricted PSPs that make the root filesystem read-only. In such cases, the application crashes when trying to write to /tmp. The feature enabled by this PR allows us to mount an emptyDir volume at /tmp to work around the restriction.

github-actions[bot] commented 2 years ago

This pull request has been inactive for 60 days. If the pull request is still relevant please comment to re-activate the pull request. If no action is taken within 7 days, the pull request will be marked closed.

javanthropus commented 2 years ago

This PR is still needed. Please reactivate it.

javanthropus commented 2 years ago

This is still needed. Please reopen it.

javanthropus commented 2 years ago

Should I open a new PR with this same branch? Is this project still alive?