We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
icinga-stack
0.3.0
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.
The text was updated successfully, but these errors were encountered:
mocdaniel
No branches or pull requests
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
and
However, these change within the values file are not reflected in the statefulset nor the pod's end result.
The text was updated successfully, but these errors were encountered: