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

DBZ-7749 Add pod securityContext from templates #48

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

chrisrecalis
Copy link
Contributor

Add missing securityContext from templates.

Currently only the container securityContext is being set. When using file based storage for offsets this requires the container to run as root to be able to access the volume since we can't set the fsGroup on the pod level

@jcechace
Copy link
Member

jcechace commented Apr 5, 2024

@chrisrecalis Thanks for spotting this and contributing a fix.

I created a ticket for it: https://issues.redhat.com/browse/DBZ-7749

Could you please prefix the commit message with DBZ-7749 and fix the formatting issues? Thank you.

@chrisrecalis chrisrecalis changed the title Add pod securityContext from templates DBZ-7749 Add pod securityContext from templates Apr 6, 2024
@chrisrecalis
Copy link
Contributor Author

@jcechace I have fixed the commit message. I'm not sure what the formatting issue is, could you help me fix it / point me to how to test formatting?

@jcechace jcechace merged commit 4562fab into debezium:main Apr 11, 2024
2 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.

2 participants