mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-24 16:01:43 +02:00
removed CAP_ from node-exporter daemonset
This commit is contained in:
parent
5850e56501
commit
30bfd69c3e
@ -185,7 +185,7 @@ function(params) {
|
||||
securityContext: {
|
||||
allowPrivilegeEscalation: false,
|
||||
readOnlyRootFilesystem: true,
|
||||
capabilities: { drop: ['ALL'], add: ['CAP_SYS_TIME'] },
|
||||
capabilities: { drop: ['ALL'], add: ['SYS_TIME'] },
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -48,7 +48,7 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
add:
|
||||
- CAP_SYS_TIME
|
||||
- SYS_TIME
|
||||
drop:
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user