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

added allowedCapabilities to node-exporter psp
This commit is contained in:
Arthur Silva Sens
2022-02-14 14:55:01 +00:00
committed by GitHub

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',