added allowedCapabilities to node-exporter psp

This commit is contained in:
Wulf Thimm 2022-02-14 14:38:13 +00:00
parent 7c715c8126
commit a5c5adba68

View File

@ -200,6 +200,9 @@ local restrictedPodSecurityPolicy = {
name: 'node-exporter-psp', name: 'node-exporter-psp',
}, },
spec+: { spec+: {
allowedCapabilities: [
'SYS_TIME',
],
allowedHostPaths+: [ allowedHostPaths+: [
{ {
pathPrefix: '/proc', pathPrefix: '/proc',