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

Allow specifying pod and container securityContext and fix intendations to make yamllint happy #321

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

AlexanderThaller
Copy link
Contributor

The available options of pod and container securityContext can differ. For example readOnlyRootFilesystem only applies to containers.

This pr allows setting securityContext for pods and containers while trying to keep backword compability in mind.

The intendation for some elements also was adjusted to make yamllint happy. Some elements where indented by 12 spaces instead of 10.

Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.00%. Comparing base (119ace0) to head (f4bfb39).
Report is 115 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #321      +/-   ##
==========================================
- Coverage   93.60%   93.00%   -0.60%     
==========================================
  Files          15       15              
  Lines         641      629      -12     
==========================================
- Hits          600      585      -15     
- Misses         41       44       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kuskoman kuskoman merged commit a863c1e into kuskoman:master Apr 8, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants