-
Notifications
You must be signed in to change notification settings - Fork 674
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
Adding securityContext configuration to flyte-core charts #4895
Adding securityContext configuration to flyte-core charts #4895
Conversation
Signed-off-by: Neil Stout <[email protected]>
Signed-off-by: Neil Stout <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4895 +/- ##
=======================================
Coverage 58.97% 58.97%
=======================================
Files 645 645
Lines 55162 55162
=======================================
Hits 32532 32532
Misses 20055 20055
Partials 2575 2575
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks!
@neilisaur to fix the generate_helm test failure, you should be able to run |
Signed-off-by: Neil Stout <[email protected]>
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.
Thank you!
Congrats on merging your first pull request! 🎉 |
* Adding securityContext configuration to flyte-core charts Signed-off-by: Neil Stout <[email protected]> * Removing S3 endpoint location Signed-off-by: Neil Stout <[email protected]> * Updates from make helm Signed-off-by: Neil Stout <[email protected]> --------- Signed-off-by: Neil Stout <[email protected]> Signed-off-by: Katrina Rogan <[email protected]>
) * Adding securityContext configuration to flyte-core charts Signed-off-by: Neil Stout <[email protected]> * Removing S3 endpoint location Signed-off-by: Neil Stout <[email protected]> * Updates from make helm Signed-off-by: Neil Stout <[email protected]> --------- Signed-off-by: Neil Stout <[email protected]>
Tracking issue
Closes #4893
Why are the changes needed?
Without chart modifications, we are unable to deploy the flyte-core chart into OpenShift environments or other k8s environments that do not allow specification of user IDs.
What changes were proposed in this pull request?
Adds ability to override securityContext in Helm chart deployment for flyteadmin, flyteconsole, datacatalog, flytepropeller, and flytescheduler.
How was this patch tested?
Deployed in an on-prem environment.
Setup process
Screenshots
Check all the applicable boxes