Skip to content

Commit 0dffd0e

Browse files
author
Michael Chmielewski
committed
Remove unneeded permission
1 parent 46bc476 commit 0dffd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rbac:
4949
# additionalConfig :: Additional parameters to configure the running agent
5050
# capabilities :: Docker capabilites required for the proper operation of the agent
5151
capabilities: |
52-
["AUDIT_CONTROL", "AUDIT_READ", "SYS_CHROOT", "CHOWN","DAC_OVERRIDE", "DAC_READ_SEARCH", "FOWNER", "FSETID", "SETGID", "SETUID", "SYS_ADMIN", "SYS_PTRACE"]
52+
["AUDIT_CONTROL", "SYS_CHROOT", "CHOWN","DAC_OVERRIDE", "DAC_READ_SEARCH", "FOWNER", "FSETID", "SETGID", "SETUID", "SYS_ADMIN", "SYS_PTRACE"]
5353
5454
#####
5555
# WARNING!

0 commit comments

Comments
 (0)