-
Notifications
You must be signed in to change notification settings - Fork 49
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
adds security context for pod and its containers #393
Conversation
We need this too. Thanks. |
@mh013370 thanks for your review. Could you have a look again? |
We are really looking forward to this PR. |
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.
This LGTM
Please update the CHANGELOG, following the existing convention to include your new feature. |
updated the CHANGELOG |
e5aff09
to
4954ddd
Compare
Sorry one more thing I overlooked! Can you please add these new options to the docs? Then i should be good to merge. |
Added the docs. |
Docs and CHANGELOG should now be corrected. |
This LGTM now. Just some CHANGELOG conflicts to resolve :) Thank you for this contribution! |
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.
Can you fix the conflicts?
What's in this PR?
Adds security context for pod and its containers.
Why?
To make nifi cluster pods compatible with e.g. kyverno we need to implement a few basic security measures like SecurityContext.
Checklist