Skip to content
Snippets Groups Projects
Commit 30bfd69c authored by Wulf Thimm's avatar Wulf Thimm
Browse files

removed CAP_ from node-exporter daemonset

parent 5850e565
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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