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

Support additionalVolumes types other than Secret or ConfigMap #484

Open
nnachefski opened this issue Apr 13, 2023 · 2 comments · May be fixed by #852
Open

Support additionalVolumes types other than Secret or ConfigMap #484

nnachefski opened this issue Apr 13, 2023 · 2 comments · May be fixed by #852
Labels
enhancement New feature or request

Comments

@nnachefski
Copy link

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.

@swoehrl-mw swoehrl-mw added the enhancement New feature or request label Apr 13, 2023
@swoehrl-mw
Copy link
Collaborator

Partial overlap with #275 and #459.

@swoehrl-mw 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`
@mattkallo
Copy link

mattkallo commented Oct 31, 2023

Do we have the option to mount PVCs with additionalVolumes now? Really need this to add large synonyms file. #525

thnx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

3 participants