We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcbf67 commit 5fc2d20Copy full SHA for 5fc2d20
1 file changed
internal/controller/datadogagent/feature/cspm/feature.go
@@ -252,6 +252,7 @@ func (f *cspmFeature) ManageNodeAgent(managers feature.PodTemplateManagers, prov
252
capabilities := []corev1.Capability{
253
"AUDIT_CONTROL",
254
"AUDIT_READ",
255
+ "KILL",
256
}
257
managers.SecurityContext().AddCapabilitiesToContainer(capabilities, targetContainer)
258
0 commit comments