ROSAENG-133 - feat: add extraVolumes and extraVolumeMounts support to…#89
ROSAENG-133 - feat: add extraVolumes and extraVolumeMounts support to…#89cdoan1 wants to merge 1 commit intoopenshift-hyperfleet:mainfrom
Conversation
… Helm chart Adds configuration options to inject custom volumes and volume mounts into the Sentinel deployment, enabling users to mount additional ConfigMaps, Secrets, or other volume types as needed. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @cdoan1. Thanks for your PR. I'm waiting for a openshift-hyperfleet member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis pull request adds support for custom volume and volume mount configurations in a Helm chart. The Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/ok-to-test |
ciaranRoche
left a comment
There was a problem hiding this comment.
Just one comment inline, not against this change, so added ok-to-test while you confirm its required beyond using the SA annotations.
| # Note: For GCP Pub/Sub with Workload Identity Federation, no annotations are | ||
| # needed. Use `gcloud projects add-iam-policy-binding` with the principal:// | ||
| # format instead. See docs/running-sentinel.md for details. | ||
| annotations: {} |
There was a problem hiding this comment.
Not against adding the extra vol mounts to the vals here, but wondering if SA annotations would solve your pod identity setup?
… Helm chart
Summary
Adds configuration options to inject custom volumes and volume mounts into the Sentinel deployment, enabling users to mount additional ConfigMaps, Secrets, or other volume types as needed.
Used by the regional team to support aws podidentity
Test Plan
make test-allpassesmake lintpassesmake test-helm(if applicable)Summary by CodeRabbit