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

helm: refactor securityContext to support restricted pod security standard #5601

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

szaimen
Copy link
Collaborator

@szaimen szaimen commented Nov 15, 2024

No description provided.

@szaimen szaimen added 2. developing Work in progress enhancement New feature or request labels Nov 15, 2024
@szaimen szaimen added this to the next milestone Nov 15, 2024
@szaimen szaimen changed the title helm: refactor securityContext to support restricted pod security sta… helm: refactor securityContext to support restricted pod security standard Nov 15, 2024
Comment on lines +34 to +35
seccompProfile:
type: RuntimeDefault
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this might be breaking and should add an opt-in?

Comment on lines +50 to +51
drop: ["ALL"]
add: ["NET_BIND_SERVICE"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this might be breaking and should add an opt-in?

Comment on lines +28 to +29
runAsUser: 1000
runAsGroup: 0
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this needs to be added manually to the script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant