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

fix: update security context #521

Conversation

berkaycanbc
Copy link
Contributor

SRE updated security context on Zeebe containers that chaos tests' security contexts should also be updated accordingly. See related Slack discussion: https://camunda.slack.com/archives/CT702EPFH/p1712147652179179

closes #520

SRE updated security context on Zeebe containers that chaos tests'
security contexts should also be updated accordingly.
@@ -41,7 +41,7 @@ func (c K8Client) ApplyNetworkPatch() error {
{
"name": "zeebe",
"securityContext":{
"runAsUser": 0,
Copy link
Member

Choose a reason for hiding this comment

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

Sorry to say that but I don't think that it is so easy. Did you tried it?

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.

Chaos injection requires root which is no longer permitted
3 participants