diff --git a/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet b/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet index 239793801d6b31a7527ea4dd62eb552d81f5e602..243557465cdb8b6d6d522b62da38a20ecb3b1bf9 100644 --- a/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet +++ b/jsonnet/kube-prometheus/addons/podsecuritypolicies.libsonnet @@ -200,6 +200,9 @@ local restrictedPodSecurityPolicy = { name: 'node-exporter-psp', }, spec+: { + allowedCapabilities: [ + 'SYS_TIME', + ], allowedHostPaths+: [ { pathPrefix: '/proc',