diff --git a/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet b/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet
index 838db3bff62abb584d10489c51996fb31cf1b995..61439b598225ea69d593a1d427dbffc3110cb243 100644
--- a/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet
+++ b/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet
@@ -117,7 +117,11 @@ local restrictedPodSecurityPolicy = {
             },
           }
         else
-          {};
+          {
+            metadata+: {
+              name: 'blackbox-exporter-psp',
+            },
+          };
 
       restrictedPodSecurityPolicy + blackboxExporterPspPrivileged,
   },