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

Issue 623: add security context override to operator deployment (#623) #624

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Hexoplon
Copy link

@Hexoplon Hexoplon commented Mar 9, 2025

Change log description

  • Add podSecurityContext and securityContext overrides to Zookeeper Operator deployment in helm chart
  • Updated README for helm chart

Purpose of the change

Fixes #623

What the code does

Updated the Zookeper Operator helm chart to include the already existing securityContext section in the helm chart values.yaml file. Now, the securityContext values are correctly added to the operator Deployment. This ensures that the operator can run in a Kubernetes cluster where Pod Security Admission is enforced, and running in restricted mode.

How to verify it

Add custom settings to securityContext and/or podSecurityContext, and verify that the deployment object has been updated using: kubectl -n <namespace> describe deployment zookeeper-operator

@gfinol gfinol requested a review from cheleb March 10, 2025 10:07
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.

[Helm] securityContext is not implemented for operator
1 participant