Skip to content

Commit

Permalink
fix error metrics server capabilities name (#7905)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckySB authored and mmelyp committed Nov 15, 2021
1 parent ed810b5 commit 377e8c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: ["all"]
add: ["CAP_NET_BIND_SERVICE"]
add: ["NET_BIND_SERVICE"]
readOnlyRootFilesystem: true
runAsGroup: 10001
runAsNonRoot: true
Expand Down

0 comments on commit 377e8c2

Please sign in to comment.