Skip to content

Commit 340eef1

Browse files
authored
Merge pull request #1999 from rabbitmq/fix-security-context
Update drop capabilities to ALL
2 parents f283619 + 7cd958e commit 340eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
allowPrivilegeEscalation: false
5656
capabilities:
5757
drop:
58-
- All
58+
- ALL
5959
runAsNonRoot: true
6060
seccompProfile:
6161
type: RuntimeDefault

0 commit comments

Comments
 (0)