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

feat(HelmChart): Add securityContext on pod level #20611

Closed
wants to merge 13 commits into from
Closed

feat(HelmChart): Add securityContext on pod level #20611

wants to merge 13 commits into from

Conversation

miloszbednarzak
Copy link
Contributor

@miloszbednarzak miloszbednarzak commented Jul 5, 2022

SUMMARY

Follow up on #20509
It is also worth add securityContext configuration on a container level.

TESTING INSTRUCTIONS

In order to test changes, one needs to change securityContext specification in values.yaml for any Container and check if after deployment it changed desired outcome in deployed Container.

ADDITIONAL INFORMATION

  • Has associated issue: Helm Chart pod definitions do not allow to modify pod securityContext #20489
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

miloszbednarzak and others added 9 commits July 5, 2022 22:44
* feat: Adds the /explore endpoint to the v1 API

* Fixes pylint errors

* Fixes tests

* Changes the tests logic

* Removes ABC reference

* Improves indentation

* Addresses review comments

* Rebases code

* Improves dataset and slice assertions

* Fixes tests

* Removes schema and table name assertions

* Removes fixed IDs

* Fixes datasource ID
* chore: Restructure explore redux state

* fixes

* fix tests

* add new tests

* Fix type

* Address comments

* Fix bug

* Fix import

* Add new test

* Move unsaved chart id to a constant

* Add todo
Co-authored-by: Multazim Deshmukh <multazim.deshmukh@morningstar.com>
…ent setup instructions (#20260)

* Remove incompatible Python 3.7 from local env setup docs

* Ensure Python 3.8 or 3.9

Co-authored-by: Diego Martin <diego.martin@indigitall.com>
Co-authored-by: John Bodley <john.bodley@airbnb.com>
…ics (#20473)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants