Icinga / helm-charts

Kubernetes Helm charts to deploy a ready-to-use Icinga monitoring stack.
https://icinga.com
Apache License 2.0
9 stars 13 forks source link

[Bug]: securitycontext values not being respected #55

Open td-raystevens opened 5 months ago

td-raystevens commented 5 months ago

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.