-
Notifications
You must be signed in to change notification settings - Fork 218
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
Support additionalVolumes types other than Secret or ConfigMap #484
Labels
enhancement
New feature or request
Comments
swoehrl-mw
changed the title
RFE: Support additionalVolumes types other than Secret or ConfigMap
Support additionalVolumes types other than Secret or ConfigMap
Apr 13, 2023
swoehrl-mw
added a commit
that referenced
this issue
Aug 16, 2023
related to issue: #484 This commit would allow to add additional volumes as emptyDir, this is necessary if `readOnlyRootFilesystem=true`
Do we have the option to mount PVCs with additionalVolumes now? Really need this to add large synonyms file. #525 thnx |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the operator should support mounting regular PVCs with additionalVolumes. This could be used if you need to setup a 'snapshot' repo directory and want to mount it with an RWX PVC.
The text was updated successfully, but these errors were encountered: