Merge pull request #1642 from wulfthimm/fix-node-exp-psp
added allowedCapabilities to node-exporter psp
This commit is contained in:
@@ -200,6 +200,9 @@ local restrictedPodSecurityPolicy = {
|
||||
name: 'node-exporter-psp',
|
||||
},
|
||||
spec+: {
|
||||
allowedCapabilities: [
|
||||
'SYS_TIME',
|
||||
],
|
||||
allowedHostPaths+: [
|
||||
{
|
||||
pathPrefix: '/proc',
|
||||
|
||||
Reference in New Issue
Block a user