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

[api] allow specifying security contexts #107

Merged
merged 1 commit into from
Mar 22, 2019

Conversation

schallert
Copy link
Collaborator

Allows users to specify their own pod and container-level security
contexts for all pods created by the operator's statefulsets. Also makes
the operator's pod itself a more locked down default.

@codecov
Copy link

codecov bot commented Mar 22, 2019

Codecov Report

Merging #107 into master will increase coverage by 0.31%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   68.16%   68.48%   +0.31%     
==========================================
  Files          26       26              
  Lines        1888     1869      -19     
==========================================
- Hits         1287     1280       -7     
+ Misses        501      489      -12     
  Partials      100      100

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b9a494...968d8d9. Read the comment docs.

@schallert schallert force-pushed the schallert/sts_isogroup_new branch from 2f6c77d to 63a56cf Compare March 22, 2019 05:38
@schallert schallert force-pushed the schallert/security_context branch from 0c9514d to 1bd318f Compare March 22, 2019 14:34
@schallert schallert marked this pull request as ready for review March 22, 2019 14:55
Copy link
Contributor

@nerd0 nerd0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@schallert schallert changed the base branch from schallert/sts_isogroup_new to master March 22, 2019 20:29
Allows users to specify their own pod and container-level security
contexts for all pods created by the operator's statefulsets. Also makes
the operator's pod itself a more locked down default.
@schallert schallert force-pushed the schallert/security_context branch from 1bd318f to 968d8d9 Compare March 22, 2019 20:29
@schallert schallert merged commit 8bd67d6 into master Mar 22, 2019
@schallert schallert deleted the schallert/security_context branch March 22, 2019 21:04
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.

3 participants