diff --git a/internal/tempest/const.go b/internal/tempest/const.go index 14f38c2b..1f3c3105 100644 --- a/internal/tempest/const.go +++ b/internal/tempest/const.go @@ -25,5 +25,5 @@ var ( TempestPropagation = []storage.PropagationType{Tempest} // PodCapabilities defines the Linux capabilities for Tempest pods - PodCapabilities = []corev1.Capability{} + PodCapabilities = []corev1.Capability{"NET_ADMIN", "NET_RAW"} )