fix error metrics server capabilities name (#7905)

This commit is contained in:
Sergey 2021-08-25 22:06:15 +03:00 committed by GitHub
parent 6b5da84014
commit 89993e4833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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