Skip to content
Snippets Groups Projects
Unverified Commit 3f1323da authored by Arthur Silva Sens's avatar Arthur Silva Sens Committed by GitHub
Browse files

Merge pull request #1647 from wulfthimm/wth/fix-node-exp

Removed CAP_ from node-exporter daemonset
parents 5850e565 30bfd69c
Branches
Tags
No related merge requests found
...@@ -185,7 +185,7 @@ function(params) { ...@@ -185,7 +185,7 @@ function(params) {
securityContext: { securityContext: {
allowPrivilegeEscalation: false, allowPrivilegeEscalation: false,
readOnlyRootFilesystem: true, readOnlyRootFilesystem: true,
capabilities: { drop: ['ALL'], add: ['CAP_SYS_TIME'] }, capabilities: { drop: ['ALL'], add: ['SYS_TIME'] },
}, },
}; };
......
...@@ -48,7 +48,7 @@ spec: ...@@ -48,7 +48,7 @@ spec:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
capabilities: capabilities:
add: add:
- CAP_SYS_TIME - SYS_TIME
drop: drop:
- ALL - ALL
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment