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

Add default container and pod securityContexts and make it configurable #60

Merged
merged 2 commits into from
Aug 29, 2023

Conversation

bashofmann
Copy link
Collaborator

This also ensures that the pre-existing files in the volume are owned by the right user and group. This is why the default podSecurityContext allows running as root for the init containers that change the permissions and only the container is restricted by default.

This also ensures that the pre-existing files in the volume are owned by the right user and group.
This is why the default podSecurityContext allows running as root for the init containers that change the permissions and only the container is restricted by default.
Copy link
Collaborator

@M-Nawar M-Nawar left a comment

Choose a reason for hiding this comment

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

LGTM 🚀 Thank you!

@bashofmann bashofmann changed the title Add default container and pod securityContexts and make the configurable Add default container and pod securityContexts and make it configurable Aug 25, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@bashofmann bashofmann merged commit f9ebbaa into main Aug 29, 2023
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

3 participants