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

[Feature Request] Add additionalVolumeMounts and additionalVolumes #20

Open
CygnusHyoga opened this issue Jan 17, 2024 · 3 comments
Open
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@CygnusHyoga
Copy link

CygnusHyoga commented Jan 17, 2024

It would be nice to add additionalVolumeMounts and additionalVolumes to the helm chart, for map custom volumes and volumes mounts.

Here is a good example: https://github.com/community-tooling/charts/tree/main/charts/generic

Thanks.

@psych0d0g
Copy link
Contributor

Thank you for the request, for PVC this is already possible using the existing structure, have a look at the templates:

we could do better on documenting it, and i might add something similar for the media volume to be able to define more than one

@psych0d0g psych0d0g self-assigned this Jan 20, 2024
@psych0d0g psych0d0g added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 20, 2024
@CygnusHyoga
Copy link
Author

Thanks for the response. It would be great to document it. Perhaps it would be good to post an example of a claimRef for those who already have a PV already created. I'm going to try it and if I can make it work I'll put it here. Thanks again.

@CygnusHyoga
Copy link
Author

Could the possibility of referencing an already existing PVC (claimRef) be added to the storage-media pvc? Given that the template is currently coded, it is not possible.

I think it will be useful for many users who already have a PVC previously defined. Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants