Skip to content
Snippets Groups Projects
Commit a5c5adba authored by Wulf Thimm's avatar Wulf Thimm
Browse files

added allowedCapabilities to node-exporter psp

parent 7c715c81
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,9 @@ local restrictedPodSecurityPolicy = {
name: 'node-exporter-psp',
},
spec+: {
allowedCapabilities: [
'SYS_TIME',
],
allowedHostPaths+: [
{
pathPrefix: '/proc',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment