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

[feat] Add support for configuring SecurityContext via Helm chart #71

Merged
merged 4 commits into from
Feb 22, 2024

Conversation

phandox
Copy link

@phandox phandox commented Dec 21, 2023

User can enable security context on pod and container level to pass Restricted level of Pod Security Standard - https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted

Default values already passes the restricted settings on namespace, so it's enough to do

securityContext:
  enabled: true

By default, this is turned off so it should be no changes for already deployed calert.

@mr-karan mr-karan merged commit 0dd4b97 into mr-karan:main Feb 22, 2024
@mr-karan
Copy link
Owner

Thanks!

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