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

[Bug]: securitycontext values not being respected #55

Open
td-raystevens opened this issue May 22, 2024 · 0 comments
Open

[Bug]: securitycontext values not being respected #55

td-raystevens opened this issue May 22, 2024 · 0 comments
Assignees
Labels
bug Something isn't working triage Needs to be triaged

Comments

@td-raystevens
Copy link

Affected Chart

icinga-stack

Which version of the app contains the bug?

0.3.0

Please describe your problem

We have the need to set add: NET_RAW to capabilities under security context within the containers of the icinga2 pod

We've tried this within the values file using both

icinga2:
  securityContext:
    capabilities:
      add:
        - NET_RAW

and

icinga2:
  podSecurityContext:
    capabilities:
      add:
        - NET_RAW

However, these change within the values file are not reflected in the statefulset nor the pod's end result.

@td-raystevens td-raystevens added bug Something isn't working triage Needs to be triaged labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants