-
Notifications
You must be signed in to change notification settings - Fork 21
CLOUDP-323936 - re-add securityContext settings to HelmCharts #500
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
base: master
Are you sure you want to change the base?
Conversation
MCK 1.5.0 Release NotesNew Features
Bug Fixes
|
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.
LGTM, left a small comment on the RN.
changelog/20251007_feature_reintroduce_securitycontext_operator_setting_in.md
Outdated
Show resolved
Hide resolved
…r_setting_in.md Co-authored-by: Vivek Singh <[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.
LGTM
date: 2025-10-07 | ||
--- | ||
|
||
* **Helm Chart**: Introduced two new helm fields `operator.podSecurityContext` and `operator.securityContext` that can be used to configure `securityContext` for Operator deployment through Helm Chart. |
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.
LGTM
Summary
This PR re-introduces missing
securityContext
andpodSecurityContext
operator values that were previously available for MCO operator.Resolves #168
Proof of Work
Passing new
operator_security_context_test
helmchart test.Checklist
skip-changelog
label if not needed