mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-26 08:51:33 +02:00
added allowedCapabilities to node-exporter psp
This commit is contained in:
parent
7c715c8126
commit
a5c5adba68
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user