-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add additionalVolumes and additionalVolumeMounts to coordinator and worker #129
Conversation
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
Currently waiting for my signed CLA to be accepted. |
I would love to see this PR approved! I am trying to inject a sidecar into my Trino pods (via |
@cla-bot check |
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to [email protected]. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
The cla-bot has been summoned, and re-checked this pull request! |
Still waiting for the CLA acceptance but making this ready for review as it seems the PR review process is done in parallel. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
@mosabua Is this something you can review? Thanks! |
Congrats on finally getting your CLA signature accepted, @koh-satoh-wpg. I'd also like to +1 this for review, as this is a feature that we really need on the Helm chart, and don't want to fork the official one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Please add the docs so it gets rendered out by Frigate into the README.
And btw.. yes .. we should add this kind of doc info for all the other values as well over time. I just did not have a chance to get that going. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comments on the new value fields
Thanks @mosabua for the suggestions. Yeah I agree adding comments does make sense. |
Please remove the myvalues file and squash commits |
68deed4
to
4048e9c
Compare
4048e9c
to
af79ecc
Compare
oh my 🤦 done & done. thx! |
Any concerns @nineinchnick @losipiuk @radek-starburst or others? This one would be helpful for file system caching usage... I will look at some other PRs to merge maybe and tag a new release later this week. |
Purpose
This change will allow the chart to take in the additional volume configurations for the coordinator and the worker.
For my use case, this is desired to authenticate the Trino Pods to a GCP project using workload identity federation.
ref) https://cloud.google.com/iam/docs/workload-identity-federation-with-kubernetes#deploy
Others seem to be interested in mounting emptyDirs etc (see Related PRs).
Related PRs