Skip to content

Commit

Permalink
Merge pull request #45 from openstack-k8s-operators/tobiko/capabilities
Browse files Browse the repository at this point in the history
[Tobiko] Add CAP_AUDIT_WRITE capability
  • Loading branch information
kopecmartin authored Feb 16, 2024
2 parents 861958a + a877bc7 commit e036eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tobiko/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func Job(
VolumeMounts: GetVolumeMounts(mountCerts, mountKeys),
SecurityContext: &corev1.SecurityContext{
Capabilities: &corev1.Capabilities{
Add: []corev1.Capability{"NET_ADMIN", "NET_RAW"},
Add: []corev1.Capability{"NET_ADMIN", "NET_RAW", "CAP_AUDIT_WRITE"},
},
},
},
Expand Down

0 comments on commit e036eca

Please sign in to comment.