Skip to content
Snippets Groups Projects
Unverified Commit 7612bc33 authored by Arthur Silva Sens's avatar Arthur Silva Sens Committed by GitHub
Browse files

Merge pull request #1642 from wulfthimm/fix-node-exp-psp

added allowedCapabilities to node-exporter psp
parents 7c715c81 a5c5adba
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