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 = { ...@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment